diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-21 15:31:56 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-21 11:35:24 -0800 |
commit | ce7c3f8314ceedd82364ce441b73983ee62f3aaf (patch) | |
tree | 58d212a52ef48b630388dec5d76b3c892e74fc5b /qt-ui/profile/profilewidget2.h | |
parent | 8065374793908894b47cfd1c2bb0b9913d404bb4 (diff) | |
download | subsurface-ce7c3f8314ceedd82364ce441b73983ee62f3aaf.tar.gz |
Add the tissues to the profile graph
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index d5d657d40..37508cea4 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -85,6 +85,7 @@ private: QList<DiveEventItem*> eventItems; DiveTextItem *diveComputerText; DiveCalculatedCeiling *diveCeiling; + QList<DiveCalculatedCeiling*> allTissues; }; #endif |