forked from qt-creator/qt-creator
Use the new BaseAspect::addOnChanged in a few places
... and in some cases move it closer to the aspect setup. I kept the original location in cases where the order possibly matters. Change-Id: I4774ea355d0d1e3cf890676a84121195fca6d406 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -99,7 +99,7 @@ QWidget *CMakeInstallStep::createConfigWidget()
|
||||
|
||||
updateDetails();
|
||||
|
||||
connect(&cmakeArguments, &StringAspect::changed, this, updateDetails);
|
||||
cmakeArguments.addOnChanged(this, updateDetails);
|
||||
|
||||
connect(ProjectExplorerPlugin::instance(),
|
||||
&ProjectExplorerPlugin::settingsChanged,
|
||||
|
||||
Reference in New Issue
Block a user