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>
This commit is contained in:
Tomaz Canabrava 2014-12-30 20:27:39 -02:00 committed by Dirk Hohndel
parent d4d71bd6d3
commit 2839aed8f2
2 changed files with 5 additions and 0 deletions

View file

@ -62,6 +62,7 @@ public:
HEARTBEAT,
AMBPRESSURE,
GFLINE,
INSTANT_MEANDEPTH,
COLUMNS
};
explicit DivePlotDataModel(QObject *parent = 0);