diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-17 11:07:52 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-17 14:04:47 -0800 |
commit | 0787347691aec0521f1e3fa749415aae70bd4cd3 (patch) | |
tree | dbef7becc6dce112f791ce9f173bd3ee1bea9e62 /qt-ui/profile/diveprofileitem.h | |
parent | e3ec5ef2906c4dfee2af6e772c69110e31d4102a (diff) | |
download | subsurface-0787347691aec0521f1e3fa749415aae70bd4cd3.tar.gz |
Add Information about the Pressure to the Model.
Added missing information about the pressure to the model; this shows that
I didn't do something right, as the model has 0 pressure information. Need
to fix that on the next commit.
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 45c90a1bf..9d2893a65 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -58,4 +58,5 @@ public: virtual void modelDataChanged(); virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0); }; + #endif
\ No newline at end of file |