summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-01 12:37:50 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-02 06:50:50 -0700
commitd966fd2606e4ac0054eafd5af1171fc2a5c495b4 (patch)
tree5e6b7d9779a9d656b1a4e83fd9ac3fdc028df833 /qt-ui/maintab.h
parentbaf68868f5af3f3339504bceca0ca0d6676f8eee (diff)
downloadsubsurface-d966fd2606e4ac0054eafd5af1171fc2a5c495b4.tar.gz
Trigger reverse geo lookup by pressing the button
This may not be the best UI, but for now it works. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 844710954..eac1521cc 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -97,6 +97,7 @@ slots:
void disableGeoLookupEdition();
void setCurrentLocationIndex();
void showDiveSiteSimpleEdit();
+ void reverseGeocode();
private:
Ui::MainTab ui;
WeightModel *weightModel;