summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-02-24 23:32:10 +0100
committerArno <am@disconnect.de>2012-02-24 23:32:10 +0100
commitdce686c895fce27cce1d8bf0247c692bd790f93a (patch)
treebed47f7bed845f88ce70a59729623430f8ad9baa /mappingtreemodel.cpp
parentb8e16c3bddb706ecc195e86eaafb89ed90f9bfc3 (diff)
downloadSheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.gz
SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.bz2
SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.zip
Implemented NewPicsDialog
Version 1 of NewPicsDialog. Just one single tab for adding files. Does nothing yet besides adding and removing files.
Diffstat (limited to 'mappingtreemodel.cpp')
-rw-r--r--mappingtreemodel.cpp2
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){