subsurface/map-widget
Berthold Stoeger 1d01fff006 Map: export isSelected as attribute from MapLocationModel
Recently we changed the MapLocationModel-items to store whether
they are selected. Thus, we can directly export an isSelected
flag instead of calling a function taking a dive-site argument.

1) This makes the QML easier to read.
2) This avoids passing pointers through QML which has caused
   us lots of pain.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-09-06 11:48:47 -07:00
..
qml Map: export isSelected as attribute from MapLocationModel 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