forked from qt-creator/qt-creator
ProjectExplorer: Let RunConfiguration not listen to Kit changes
Relevant kit changes are (hopefully) triggering re-parses and build changes, which in turn trigger run config updates. Change-Id: I229699ac92eee615f246dcacea608279044dc1d4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -95,7 +95,6 @@ QdbRunConfiguration::QdbRunConfiguration(Target *target, Core::Id id)
|
||||
symbolsAspect->setFilePath(localExecutable);
|
||||
});
|
||||
|
||||
connect(target, &Target::kitChanged, this, &RunConfiguration::update);
|
||||
connect(target, &Target::buildSystemUpdated, this, &RunConfiguration::update);
|
||||
|
||||
setDefaultDisplayName(tr("Run on Boot2Qt Device"));
|
||||
|
||||
Reference in New Issue
Block a user