diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-03-07 03:43:20 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-07 11:23:27 -0800 |
commit | beb0bc7a1d79a652ef002c37a282ee390ae92f0b (patch) | |
tree | 0185fd701d8fee2708a7de96d9b91d6dc97677f5 /qt-models/cylindermodel.cpp | |
parent | d7d8660bbb7fd0e5a8f3da6631ec02512f0cb49a (diff) | |
download | subsurface-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.cpp | 4 |
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}; |