subsurface/map-widget
Berthold Stoeger a35d1bd0e7 Map: show multiple selected dive sites
If multiple dives are selected, highlight all corresponding sites.
For that, replace the MapLocationModel::m_selectedDs pointer by
a QVector<>. Fill the vector in MapLocationModel::reload() and
add a isSelected() member function.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-05-11 12:06:19 -07:00
..
qml Map: show multiple selected dive sites 2019-05-11 12:06:19 -07:00
qmlmapwidgethelper.cpp Map: move calculation of list from map-helper to map-model 2019-05-11 12:06:19 -07:00
qmlmapwidgethelper.h Dive site: remove edit mode from dive location widget 2019-04-12 18:19:07 +03:00