summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-15 23:13:54 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commit0d3d9c01ebfa2476b9568b425de3edc3a9f0a730 (patch)
tree6ae63244f4ae8677d559584b47c4e0324c1cdc55 /desktop-widgets/mapwidget.h
parent39af5bb05ba551cc9591939e5d516932e9d8e250 (diff)
downloadsubsurface-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.h1
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;