forked from qt-creator/qt-creator
CMake: Connect CMakeBuildSettingsWidget only to "its" build system
Change-Id: I1259b3325d633cb89043ce65f8e33b7914f6f06e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -244,7 +244,7 @@ CMakeBuildSettingsWidget::CMakeBuildSettingsWidget(CMakeBuildConfiguration *bc)
|
||||
setError(bc->error());
|
||||
setWarning(bc->warning());
|
||||
|
||||
connect(bc->target(), &Target::parsingStarted, this, [this]() {
|
||||
connect(bc->buildSystem(), &BuildSystem::parsingStarted, this, [this] {
|
||||
updateButtonState();
|
||||
m_configView->setEnabled(false);
|
||||
m_showProgressTimer.start();
|
||||
|
Reference in New Issue
Block a user