summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-28 17:24:00 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-28 13:35:43 -0800
commit7f1373ea6d074c4cfbf514bc4ea6e48bf3237bcb (patch)
tree55e77c33788c47ccb8b347d5ae29f24ac39d4ae7 /qt-ui/profile/diveprofileitem.h
parent343b82708eeb3187aa15e207bab26cbdb414f1e3 (diff)
downloadsubsurface-7f1373ea6d074c4cfbf514bc4ea6e48bf3237bcb.tar.gz
Implement the mean depth text
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r--qt-ui/profile/diveprofileitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h
index fcbf4cd97..81e5bf4c8 100644
--- a/qt-ui/profile/diveprofileitem.h
+++ b/qt-ui/profile/diveprofileitem.h
@@ -94,6 +94,8 @@ public:
virtual void settingsChanged();
private:
+ void createTextItem();
+ double lastRunningSum;
QString visibilityKey;
};