summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-15 23:51:10 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commit97a3051089a0463c89f48590c89c381a1cc401d3 (patch)
tree65f084cb257deee5b19458ee7bd14d3117b6e36f /desktop-widgets/mapwidget.h
parentb89ecd5ab86a5d4c941b355b2fb04b851adf6820 (diff)
downloadsubsurface-97a3051089a0463c89f48590c89c381a1cc401d3.tar.gz
mapwidget: add the coordinatesChanged() signal
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h
index c4cbf3d75..0374fa203 100644
--- a/desktop-widgets/mapwidget.h
+++ b/desktop-widgets/mapwidget.h
@@ -20,6 +20,9 @@ public:
static MapWidget *instance();
void reload();
+signals:
+ void coordinatesChanged();
+
public slots:
void centerOnDiveSite(struct dive_site *);
void centerOnIndex(const QModelIndex& idx);