diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-05 14:34:45 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-06 06:28:21 -0800 |
commit | 19585d9a135257a74f92471ee82bb56499aa0680 (patch) | |
tree | 423bdbdd0c0ee0d98a9c644649a598e867ca247c /qt-ui/profile/profilewidget2.h | |
parent | c1ed9babc732a56e978f21eeeb0be9da16197b5b (diff) | |
download | subsurface-19585d9a135257a74f92471ee82bb56499aa0680.tar.gz |
Add the tooltip item to the new profile.
The functionality is not there yet - just the item hovering
the screen.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index a89cef786..2b0cf0597 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -16,6 +16,7 @@ #include "graphicsview-common.h" #include "divelineitem.h" +class ToolTipItem; class MeanDepthLine; class DiveReportedCeiling; class DiveTextItem; @@ -75,6 +76,7 @@ private: QStateMachine *stateMachine; int zoomLevel; DivePixmapItem *background ; + ToolTipItem *toolTipItem; // All those here should probably be merged into one structure, // So it's esyer to replicate for more dives later. // In the meantime, keep it here. |