summaryrefslogtreecommitdiffstats
path: root/qt-models/cylindermodel.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2016-03-07 03:43:20 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-07 11:23:27 -0800
commitbeb0bc7a1d79a652ef002c37a282ee390ae92f0b (patch)
tree0185fd701d8fee2708a7de96d9b91d6dc97677f5 /qt-models/cylindermodel.cpp
parentd7d8660bbb7fd0e5a8f3da6631ec02512f0cb49a (diff)
downloadsubsurface-beb0bc7a1d79a652ef002c37a282ee390ae92f0b.tar.gz
Silence more warnings
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cylindermodel.cpp')
-rw-r--r--qt-models/cylindermodel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp
index 1a587cee6..87edd5fe0 100644
--- a/qt-models/cylindermodel.cpp
+++ b/qt-models/cylindermodel.cpp
@@ -7,7 +7,9 @@
#include "diveplannermodel.h"
#include "gettextfromc.h"
-CylindersModel::CylindersModel(QObject *parent) : changed(false),
+CylindersModel::CylindersModel(QObject *parent) :
+ CleanerTableModel(parent),
+ changed(false),
rows(0)
{
// enum {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, DEPTH};