diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-21 14:59:19 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-21 11:35:09 -0800 |
commit | 8065374793908894b47cfd1c2bb0b9913d404bb4 (patch) | |
tree | df2fe4bfec7a05ce3e255cdcf06a38b6f7aded4c /qt-ui/profile/profilewidget2.h | |
parent | b1df7aeb4e06cfc512d19b2f7e7f5b455dea0c22 (diff) | |
download | subsurface-8065374793908894b47cfd1c2bb0b9913d404bb4.tar.gz |
Add the DiveCalculatedCeiling item.
This item plots the DiveCalculatedCeiling over the profile. I still need
to add the Calc All Tissues version.
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 7a24008d7..d5d657d40 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -32,6 +32,7 @@ struct DiveCartesianPlane; struct DiveTemperatureItem; struct plot_info; struct DiveGasPressureItem; +struct DiveCalculatedCeiling; class ProfileWidget2 : public QGraphicsView { Q_OBJECT @@ -83,6 +84,7 @@ private: DiveLineItem *meanDepth; QList<DiveEventItem*> eventItems; DiveTextItem *diveComputerText; + DiveCalculatedCeiling *diveCeiling; }; #endif |