subsurface/map-widget
Berthold Stoeger 6b835710bc map: use value semantics for MapLocation
This makes memory management more simple, as not explicit deletion
is necessary.

A rather large commit, because changing QVector<> to std::vector<>
is propagated up the call chain.

Adds a new range_contains() helper function for collection
types such as std::vector<>. I didn't want to call it
contains(), since we already have a contains function
for strings and let's keep argument overloading simple.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-08-13 19:28:30 +02:00
..
qml Revert "map: remove selectedDivesChanged" 2020-04-27 14:48:37 +02:00
CMakeLists.txt build-system: Add CMakeLists.txt to map-widget 2019-12-24 06:18:36 +09:00
qmlmapwidgethelper.cpp map: use value semantics for MapLocation 2024-08-13 19:28:30 +02:00
qmlmapwidgethelper.h map: use value semantics for MapLocation 2024-08-13 19:28:30 +02:00