forked from qt-creator/qt-creator
AppManager: Remove a call to Target::setNamedSettings()
That value is never read anywhere. Change-Id: I547eb11b05fee47eb67cd80fe2fd031125d6a6ca Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -106,12 +106,6 @@ public:
|
||||
return filterTarget(bc->kit(), ti);
|
||||
});
|
||||
auto result = Utils::transform(filteredTargets, [this, bc](const TargetInformation &ti) {
|
||||
|
||||
QVariantMap settings;
|
||||
// ti.buildKey is currently our app id
|
||||
settings.insert("id", ti.buildKey);
|
||||
bc->target()->setNamedSettings("runConfigurationSettings", settings);
|
||||
|
||||
RunConfigurationCreationInfo rci;
|
||||
rci.factory = this;
|
||||
rci.buildKey = ti.buildKey;
|
||||
|
Reference in New Issue
Block a user