Add the tissues to the profile graph

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-01-21 15:31:56 -02:00 committed by Dirk Hohndel
parent 8065374793
commit ce7c3f8314
4 changed files with 21 additions and 1 deletions

View file

@ -85,6 +85,7 @@ private:
QList<DiveEventItem*> eventItems;
DiveTextItem *diveComputerText;
DiveCalculatedCeiling *diveCeiling;
QList<DiveCalculatedCeiling*> allTissues;
};
#endif