aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2020-02-05 14:54:26 +0100
committerChristian Kandeler <[email protected]>2020-02-07 09:39:19 +0000
commitbeed0c7396979ecdddc6fdd014841e4aabf0935d (patch)
treec6fe171ca2f920c8447606e7030c15a351169976 /src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
parent11c242427caa71eefde2fd2ffe9f108a6e52fbca (diff)
CMake/Qbs: Do not emit Project::fileListChanged()
...explicitly. This is already done as part of Project::setRootProjectNode(), and the signal is connected to some rather expensive operations. Task-number: QTCREATORBUG-18533 Change-Id: I96ea2f49c866f2b60f599748c4d5b82c790ed2ca Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
index 0ab7ff8e62c..d33c5f48ac9 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
@@ -481,8 +481,6 @@ void CMakeBuildSystem::updateProjectData()
updateQmlJSCodeModel();
}
- emit p->fileListChanged();
-
emit m_buildConfiguration->emitBuildTypeChanged();
m_buildDirManager.resetData();