summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreemodel.cpp')
-rw-r--r--mappingtreemodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreemodel.cpp b/mappingtreemodel.cpp
index 4a9e5aa..35b6acd 100644
--- a/mappingtreemodel.cpp
+++ b/mappingtreemodel.cpp
@@ -284,6 +284,7 @@ MappingData MappingTreeModel::mappingDataFromId(int mappingId) const{
}
void MappingTreeModel::setSelectedMappings(const QList<int> &mappingIds){
+ //FIXME: Brute forcing looses focus which is needed for windowTitle!
mSelectedMappings = mappingIds;
/*foreach(int id, mappingIds){
QModelIndex idx = findRecursive(id, Id);