diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 23:51:51 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | df519be01e5d39736b98a2c51df905d7ba30d568 (patch) | |
tree | c32d6b82be0ea3a8c7aba532bc38b1ae89acbd20 /desktop-widgets/mapwidget.h | |
parent | 97a3051089a0463c89f48590c89c381a1cc401d3 (diff) | |
download | subsurface-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.h | 1 |
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;
|