diff options
Diffstat (limited to 'desktop-widgets/mapwidget.cpp')
-rw-r--r-- | desktop-widgets/mapwidget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.cpp b/desktop-widgets/mapwidget.cpp index e48cbf2d8..145946152 100644 --- a/desktop-widgets/mapwidget.cpp +++ b/desktop-widgets/mapwidget.cpp @@ -52,6 +52,11 @@ void MapWidget::endGetDiveCoordinates() // TODO;
}
+void MapWidget::prepareForGetDiveCoordinates()
+{
+ // TODO;
+}
+
MapWidget::~MapWidget()
{
m_instance = NULL;
|