aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-10-14 13:30:16 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-10-14 15:50:51 +0200
commit479cf0b319a35080e39a09fb7e26e002019bb0c7 (patch)
tree090d74a012c61025c33400fd49834d0d1f8e7048 /src/plugins/projectexplorer/kitmodel.h
parent331fdc923b32a3b72bfbc73db057545781cba4f4 (diff)
Kit: Do not keep name unique during updates
Do not keep the name unique at KitModel level while applying changes. We create temporary kits at that time which have conflicting names if you added kits with the default name "Unnamed" before. Task-number: QTCREATORBUG-10267 Change-Id: I42ba1299c938e1a2c1638d2669fc85ff5b6d88b5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmodel.h')
-rw-r--r--src/plugins/projectexplorer/kitmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kitmodel.h b/src/plugins/projectexplorer/kitmodel.h
index 5b907ccf31..e76c632cf5 100644
--- a/src/plugins/projectexplorer/kitmodel.h
+++ b/src/plugins/projectexplorer/kitmodel.h
@@ -114,6 +114,8 @@ private:
QBoxLayout *m_parentLayout;
KitNode *m_defaultNode;
+
+ bool m_keepUnique;
};
} // namespace Internal