mapwidgethelper: add the reloadMapLocations() method

reloadMapLocations() is the method which is called when the list
of markers (model) should be cleared and re-populated with new MapLocation
objects.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-17 22:43:10 +03:00 committed by Dirk Hohndel
parent f44645b6fe
commit ffb92111e5
2 changed files with 16 additions and 0 deletions

View file

@ -17,6 +17,7 @@ public:
explicit MapWidgetHelper(QObject *parent = NULL);
void centerOnDiveSite(struct dive_site *);
void reloadMapLocations();
private:
QObject *m_map;