diff options
Diffstat (limited to 'mappingtreemodel.cpp')
-rw-r--r-- | mappingtreemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtreemodel.cpp b/mappingtreemodel.cpp index 78a5fb9..9c96e69 100644 --- a/mappingtreemodel.cpp +++ b/mappingtreemodel.cpp @@ -129,7 +129,7 @@ bool MappingTreeModel::setData(const QModelIndex &index, const QVariant &value, if(role == AddedRole){ item->setData(Added, value); } - return false; + return true; } bool MappingTreeModel::addMappingType(const QString &type){ |