Silence more warnings

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-07 03:43:20 -03:00 committed by Dirk Hohndel
parent d7d8660bbb
commit beb0bc7a1d
3 changed files with 16 additions and 2 deletions

View file

@ -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};