mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mapwidget: add an empty reload() method
Call same method in MainWindow if the NO_MARBLE macro is defined. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
86f4a26a83
commit
39af5bb05b
3 changed files with 22 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
~MapWidget();
|
||||
|
||||
static MapWidget *instance();
|
||||
void reload();
|
||||
|
||||
public slots:
|
||||
void centerOnDiveSite(struct dive_site *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue