diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-19 17:38:22 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-19 21:37:32 -0800 |
commit | 592ee31326115750bb9208d992164cb16221f6ec (patch) | |
tree | cb903bc1496453eee1bcfd2c47dbf90e07561eb1 /qt-ui/profile/diveprofileitem.h | |
parent | 9d2344d01b05dab1c1d5d59893b980366a041e17 (diff) | |
download | subsurface-592ee31326115750bb9208d992164cb16221f6ec.tar.gz |
Fixed Temperature Text
This fixes temperature text replacing the old code
with the new DiveTextItem.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index 2002c904a..89c18ff70 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -60,6 +60,7 @@ public: virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0); private: void createTextItem(int seconds, int mkelvin); + QList<DiveTextItem*> texts; }; class DiveGasPressureItem : public AbstractProfilePolygonItem{ |