summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveplotdatamodel.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-12-30 20:27:39 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-30 16:12:15 -0800
commit2839aed8f282f409779f93fed2d899299f2a06d8 (patch)
tree7d341e5359a1a939e814f9e03c8043fd2ce4923f /qt-ui/profile/diveplotdatamodel.h
parentd4d71bd6d3fc95ea23e1f668ff8310b17932c6ee (diff)
downloadsubsurface-2839aed8f282f409779f93fed2d899299f2a06d8.tar.gz
Add the runnimg_sum data to the data model to be displayed on the profile
Without this nothing would be displayed. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveplotdatamodel.h')
-rw-r--r--qt-ui/profile/diveplotdatamodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.h b/qt-ui/profile/diveplotdatamodel.h
index 416ae6905..91e6a8b30 100644
--- a/qt-ui/profile/diveplotdatamodel.h
+++ b/qt-ui/profile/diveplotdatamodel.h
@@ -62,6 +62,7 @@ public:
HEARTBEAT,
AMBPRESSURE,
GFLINE,
+ INSTANT_MEANDEPTH,
COLUMNS
};
explicit DivePlotDataModel(QObject *parent = 0);