diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-21 10:48:26 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-21 09:38:46 -0800 |
commit | caba6500d63e6081565aebd9e872e48b049e5d03 (patch) | |
tree | 08038ec0647165ff208a9b8cc68f38a5b61f1267 /qt-ui/profile/profilewidget2.h | |
parent | 63c1a1b3e9e631338bca59d45a21e67027799abc (diff) | |
download | subsurface-caba6500d63e6081565aebd9e872e48b049e5d03.tar.gz |
Add the dive computer text.
Added the dive computer text on the bottom left side of the new Profile.
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 7f6d77319..7a24008d7 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 DiveTextItem; class TemperatureAxis; class DiveEventItem; struct DivePlotDataModel; @@ -81,6 +82,7 @@ private: DiveGasPressureItem *gasPressureItem; DiveLineItem *meanDepth; QList<DiveEventItem*> eventItems; + DiveTextItem *diveComputerText; }; #endif |