diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-25 18:45:29 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 17:58:59 -0700 |
commit | 03702edf87c7a8787302a08bcf1f051223f6accb (patch) | |
tree | 181d8018b87f346d5db37ba64dab03da1dbbc3f5 /qt-ui/locationinformation.h | |
parent | aaa70ff56e2b5891f1c8241bf10a8e236bf86108 (diff) | |
download | subsurface-03702edf87c7a8787302a08bcf1f051223f6accb.tar.gz |
Get taxonomy from edit dive site widget
Moved the get taxonomy button from the maintab to the edit dive site
widget.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index 0a2f66262..445fd87d4 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 reverseGeocode(); private slots: void updateLabels(); signals: |