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:
parent
ffb92111e5
commit
8fe068f191
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user