summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-01-21 10:48:26 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-21 09:38:46 -0800
commitcaba6500d63e6081565aebd9e872e48b049e5d03 (patch)
tree08038ec0647165ff208a9b8cc68f38a5b61f1267 /qt-ui/profile/profilewidget2.h
parent63c1a1b3e9e631338bca59d45a21e67027799abc (diff)
downloadsubsurface-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.h2
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