aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-07-30 21:53:53 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-31 10:28:28 -0700
commit2faff7ceaea61a6b9dc6b53fbc52169671a27874 (patch)
treec92d0290aab6d1fdc7dc73a9c110099c83cde022 /qt-ui/locationinformation.h
parent7efa924067942e6ad32894454e90bf7c5c99a5ae (diff)
downloadsubsurface-2faff7ceaea61a6b9dc6b53fbc52169671a27874.tar.gz
Add a button to pick the coordinates via globe on the dive site edit
It's a placeholder for now, but next commit will make it work. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> 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 3eff271c2..ef28ddafd 100644
--- a/qt-ui/locationinformation.h
+++ b/qt-ui/locationinformation.h
@@ -24,6 +24,7 @@ public slots:
void on_diveSiteDescription_textChanged(const QString& text);
void on_diveSiteName_textChanged(const QString& text);
void on_diveSiteNotes_textChanged();
+ void on_btnPickCoordinates_clicked();
private slots:
void updateLabels();
signals: