subsurface/map-widget
Berthold Stoeger 488eb15423 Desktop: show all selected dive sites on click
When clicking a dive site on the map, the QML code would set
the selected dive site, but then all dives of dive sites in
the vicinity were set. But still only the clicked-on dive site
was shown.

Therefore, don't set the list of selected dive sites in QML,
but later in DiveListView::selectDives(), where we know all
the dives that were selected.

This, again, gives nasty entanglement of diverse widgets and
models.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-09-06 11:48:47 -07:00
..
qml Desktop: show all selected dive sites on click 2019-09-06 11:48:47 -07:00
qmlmapwidgethelper.cpp Desktop: show all selected dive sites on click 2019-09-06 11:48:47 -07:00
qmlmapwidgethelper.h Desktop: show all selected dive sites on click 2019-09-06 11:48:47 -07:00