diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-07-13 15:14:46 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-13 15:43:03 -0700 |
commit | c658f2878b540407a65af8c57b3e1bb3cc7c78c4 (patch) | |
tree | 9a1d56975d4d823d43f663679c05177eb07f633b /qt-ui/locationinformation.h | |
parent | ca5606d3e9783edbd3012684eff1a829088870b5 (diff) | |
download | subsurface-c658f2878b540407a65af8c57b3e1bb3cc7c78c4.tar.gz |
Select right divesite on click
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 7027cd8fa..b1746f79e 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -71,6 +71,7 @@ public: bool eventFilter(QObject *obj, QEvent *ev); void handleActivation(const QModelIndex& activated); void resetDiveSiteUuid(); + uint32_t diveSiteUuid() const; private: uint32_t last_uuid; |