mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
f44645b6fe
commit
ffb92111e5
2 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,7 @@ public:
|
|||
explicit MapWidgetHelper(QObject *parent = NULL);
|
||||
|
||||
void centerOnDiveSite(struct dive_site *);
|
||||
void reloadMapLocations();
|
||||
|
||||
private:
|
||||
QObject *m_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue