CMake: Connect CMakeBuildSettingsWidget only to "its" build system

Change-Id: I1259b3325d633cb89043ce65f8e33b7914f6f06e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-02-12 14:48:39 +01:00
parent 3c436d0e42
commit bbf3682c2c

View File

@@ -244,7 +244,7 @@ CMakeBuildSettingsWidget::CMakeBuildSettingsWidget(CMakeBuildConfiguration *bc)
setError(bc->error()); setError(bc->error());
setWarning(bc->warning()); setWarning(bc->warning());
connect(bc->target(), &Target::parsingStarted, this, [this]() { connect(bc->buildSystem(), &BuildSystem::parsingStarted, this, [this] {
updateButtonState(); updateButtonState();
m_configView->setEnabled(false); m_configView->setEnabled(false);
m_showProgressTimer.start(); m_showProgressTimer.start();