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:
Lubomir I. Ivanov 2017-07-15 22:58:16 +03:00 committed by Dirk Hohndel
parent 86f4a26a83
commit 39af5bb05b
3 changed files with 22 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public:
~MapWidget();
static MapWidget *instance();
void reload();
public slots:
void centerOnDiveSite(struct dive_site *);