summaryrefslogtreecommitdiffstats
path: root/qt-ui/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-22 12:15:53 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-22 12:29:39 -0700
commitd4b5854f82522b1920bbfbe9e094bfa4f0bb516f (patch)
tree7735a4b9cf0821a33aad4d0c236e44b015a1e820 /qt-ui/locationinformation.h
parentb342730ec958a6127cfef4e5459cfea96477ac42 (diff)
downloadsubsurface-d4b5854f82522b1920bbfbe9e094bfa4f0bb516f.tar.gz
Location management: reflect changes to the coordinates on the map
This is a bit aggressive as it changes the globe with every single character that's entered, but it's better than what we had before. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r--qt-ui/locationinformation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h
index 82105c333..41f626b3f 100644
--- a/qt-ui/locationinformation.h
+++ b/qt-ui/locationinformation.h
@@ -39,6 +39,7 @@ public slots:
void on_diveSiteNotes_textChanged();
signals:
void informationManagementEnded();
+ void coordinatesChanged();
private:
struct dive_site *currentDs;