diff options
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<int>() << Qt::CheckStateRole); + return true; } Qt::ItemFlags DiveImportedModel::flags(const QModelIndex &index) const { |