mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue