summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-03 11:05:11 +0100
committerArno <am@disconnect.de>2012-03-03 11:05:11 +0100
commite3fe65d3e8ca88dbd76d9c026cf9f8690a972902 (patch)
tree237da584056efc75093d222b33934f8bec7445a0 /mappingtreemodel.h
parent42890664aef1588a92fe9cf816766aae06e3aedb (diff)
downloadSheMov-e3fe65d3e8ca88dbd76d9c026cf9f8690a972902.tar.gz
SheMov-e3fe65d3e8ca88dbd76d9c026cf9f8690a972902.tar.bz2
SheMov-e3fe65d3e8ca88dbd76d9c026cf9f8690a972902.zip
Fix brute forcing of colors
Don't brute force coloring MappingTree by calling (begin| it keeps the focus.
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index 5e9140a..411a0b2 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -81,7 +81,7 @@ class MappingTreeModel : public SmTreeModel {
QSqlQuery *mDeleteMappingParentQ;
QList<mappingType> mMappingTypes;
QList<MappingData> mValidMappings;
- QList<int> mSelectedMappings;
+ QList<SmTreeItem*> mSelectedMappings;
const QString mForbidden;
int mType;
};