diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 23:13:54 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 0d3d9c01ebfa2476b9568b425de3edc3a9f0a730 (patch) | |
tree | 6ae63244f4ae8677d559584b47c4e0324c1cdc55 /desktop-widgets/mapwidget.h | |
parent | 39af5bb05ba551cc9591939e5d516932e9d8e250 (diff) | |
download | subsurface-0d3d9c01ebfa2476b9568b425de3edc3a9f0a730.tar.gz |
mapwidget: add public slot endGetDiveCoordinates()
Later this has to be replaced / renamed if needed.
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 3141060a1..7a372f6ae 100644 --- a/desktop-widgets/mapwidget.h +++ b/desktop-widgets/mapwidget.h @@ -22,6 +22,7 @@ public: public slots:
void centerOnDiveSite(struct dive_site *);
+ void endGetDiveCoordinates();
private:
static MapWidget *m_instance;
|