diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-05 16:15:59 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-06 06:31:55 -0800 |
commit | 2a9289ac99f5be630e768a97dc30525c15e430ce (patch) | |
tree | da476da48c82239d6a4ffe2924a5b5c2cd6e2dd6 /qt-ui/profile/profilewidget2.h | |
parent | 151a90bec0610a12880802234a9159a2b3747722 (diff) | |
download | subsurface-2a9289ac99f5be630e768a97dc30525c15e430ce.tar.gz |
Add an event filter to hide normal tooltips
This patch adds an event filter to hide normal tooltips on the new
profile. All tooltips should be displayed in the Notification Area.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 2b0cf0597..d2fbb2b65 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -51,6 +51,7 @@ public: ProfileWidget2(QWidget *parent); void plotDives(QList<dive*> dives); + virtual bool eventFilter(QObject*, QEvent*); public slots: // Necessary to call from QAction's signals. void settingsChanged(); |