mapwidget: call MapWidgetHelper::reloadMapLocations()

MapWidgetHelper::reloadMapLocations() is now called from MapWidget::reload()
and MapWidget::repopulateLabels().

The mobile version should do similar.

NOTE: These MapWidget methods names are from the Marble "port".

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-17 22:39:38 +03:00 committed by Dirk Hohndel
parent ffb92111e5
commit 8fe068f191

View file

@ -41,12 +41,12 @@ void MapWidget::centerOnIndex(const QModelIndex& idx)
void MapWidget::repopulateLabels()
{
// TODO;
m_mapHelper->reloadMapLocations();
}
void MapWidget::reload()
{
// TODO;
m_mapHelper->reloadMapLocations();
}
void MapWidget::endGetDiveCoordinates()