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

@ -27,6 +27,11 @@ void MapWidget::centerOnDiveSite(struct dive_site *ds)
qDebug() << longitude << latitude;
}
void MapWidget::reload()
{
// TODO;
}
MapWidget::~MapWidget()
{
m_instance = NULL;