aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2020-03-02 12:57:48 +0100
committerChristian Kandeler <[email protected]>2020-03-02 12:13:04 +0000
commit1e8f2623224bee60043b1eb33562c25e1d9d0215 (patch)
tree8936384a802b5823abb56c4202b05debb1453e73 /src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
parent6164378372527db9f4c22f03f5ec18b5818de03a (diff)
CMake: Compile fix
Amend 7dd8858fa2c. Was not unusused after all. Change-Id: I18c5f5033ebd8b3e19ebdf4718465d6b4ba6acf4 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
index fa8396e92d8..2045a84cd28 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
@@ -497,7 +497,7 @@ void CMakeBuildSystem::updateProjectData()
updateQmlJSCodeModel();
}
- emit m_buildConfiguration->emitBuildTypeChanged();
+ emit m_buildConfiguration->buildTypeChanged();
m_buildDirManager.resetData();