From a20040a561e3108abab3da9f4fac9be662b8ca24 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 8 Jan 2015 09:32:36 -0800 Subject: Fix missing return value Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/downloadfromdivecomputer.cpp') diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index 94b89ef5b..131a4bbdf 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -555,6 +555,7 @@ bool DiveImportedModel::setData(const QModelIndex &index, const QVariant &value, checkStates[index.row() + firstIndex ] = value.toBool(); dataChanged(index, index, QVector() << Qt::CheckStateRole); + return true; } Qt::ItemFlags DiveImportedModel::flags(const QModelIndex &index) const { -- cgit v1.2.3-70-g09d2