mapwidget: add the placeholder repopulateLabels() method

Another placeholder for the Marble port.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-15 23:41:31 +03:00 committed by Dirk Hohndel
parent ae52e2a272
commit 8f52b129af
2 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,11 @@ void MapWidget::centerOnIndex(const QModelIndex& idx)
centerOnDiveSite(ds);
}
void MapWidget::repopulateLabels()
{
// TODO;
}
void MapWidget::reload()
{
// TODO;

View file

@ -24,6 +24,7 @@ public slots:
void centerOnDiveSite(struct dive_site *);
void centerOnIndex(const QModelIndex& idx);
void endGetDiveCoordinates();
void repopulateLabels();
private:
static MapWidget *m_instance;