summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
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.h
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.h')
-rw-r--r--desktop-widgets/mapwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h
index 0374fa203..fccb96e7b 100644
--- a/desktop-widgets/mapwidget.h
+++ b/desktop-widgets/mapwidget.h
@@ -28,6 +28,7 @@ public slots:
void centerOnIndex(const QModelIndex& idx);
void endGetDiveCoordinates();
void repopulateLabels();
+ void prepareForGetDiveCoordinates();
private:
static MapWidget *m_instance;