diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-31 21:11:28 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 18:42:56 -0700 |
commit | 560426bf82ef7cb163d8046b722c12b76604006c (patch) | |
tree | 59973bb1bb0b077e4c097e85f13d227860bc00ba /qt-ui/locationinformation.h | |
parent | b52b95f3ec2e0dc730f991f25b7cefe30750cc72 (diff) | |
download | subsurface-560426bf82ef7cb163d8046b722c12b76604006c.tar.gz |
Offer the option to merge dive sites.
Almost finishing. :)
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index 445fd87d4..2442e16aa 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -9,6 +9,8 @@ class LocationInformationWidget : public QGroupBox { Q_OBJECT public: LocationInformationWidget(QWidget *parent = 0); + virtual bool eventFilter(QObject*, QEvent*); + protected: void showEvent(QShowEvent *); @@ -35,6 +37,7 @@ signals: void stopFilterDiveSite(); void requestCoordinates(); void endRequestCoordinates(); + private: Ui::LocationInformation ui; bool modified; |