summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.cpp
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-15 23:51:51 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commitdf519be01e5d39736b98a2c51df905d7ba30d568 (patch)
treec32d6b82be0ea3a8c7aba532bc38b1ae89acbd20 /desktop-widgets/mapwidget.cpp
parent97a3051089a0463c89f48590c89c381a1cc401d3 (diff)
downloadsubsurface-df519be01e5d39736b98a2c51df905d7ba30d568.tar.gz
mapwidget: add the placeholder prepareForGetDiveCoordinates() slot
Port from GlobeGPS. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'desktop-widgets/mapwidget.cpp')
-rw-r--r--desktop-widgets/mapwidget.cpp5
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;