summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/mapwidget.cpp')
-rw-r--r--desktop-widgets/mapwidget.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.cpp b/desktop-widgets/mapwidget.cpp
index aefda2a32..4e02ddf41 100644
--- a/desktop-widgets/mapwidget.cpp
+++ b/desktop-widgets/mapwidget.cpp
@@ -118,6 +118,12 @@ void MapWidget::coordinatesChangedLocal()
emit coordinatesChanged();
}
+void MapWidget::updateCurrentDiveSiteCoordinatesToMap()
+{
+ CHECK_IS_READY_RETURN_VOID();
+ m_mapHelper->updateCurrentDiveSiteCoordinatesToMap();
+}
+
MapWidget::~MapWidget()
{
m_instance = NULL;