Fix missing return value

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-08 09:32:36 -08:00
parent c1bc29bd4b
commit a20040a561

View file

@ -555,6 +555,7 @@ bool DiveImportedModel::setData(const QModelIndex &index, const QVariant &value,
checkStates[index.row() + firstIndex ] = value.toBool();
dataChanged(index, index, QVector<int>() << Qt::CheckStateRole);
return true;
}
Qt::ItemFlags DiveImportedModel::flags(const QModelIndex &index) const {