diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-31 21:35:17 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 18:43:09 -0700 |
commit | e36e4d1faa95439a1806935de6dcbd04d2283d20 (patch) | |
tree | 47a54f026cb0be6084d47ebff250b798df91591e /qt-ui/locationinformation.h | |
parent | 560426bf82ef7cb163d8046b722c12b76604006c (diff) | |
download | subsurface-e36e4d1faa95439a1806935de6dcbd04d2283d20.tar.gz |
UI code to merge dive sites
Get the Qt data structures and convert to something
that we can use in our C - core.
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 2442e16aa..080e013a8 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -27,6 +27,7 @@ public slots: void on_diveSiteName_textChanged(const QString& text); void on_diveSiteNotes_textChanged(); void reverseGeocode(); + void mergeSelectedDiveSites(); private slots: void updateLabels(); signals: |