forked from qt-creator/qt-creator
ProjectExplorer: Use RunConfigCreationInfo struct for rc creation
The struct will likely gain qtcrunnanable/terminal members, better pass all to where it is needed. Change-Id: Ieb0dae8b56ce5c0992955dbfc0cd89cdd7bfe848 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -594,7 +594,7 @@ void Target::updateDefaultRunConfigurations()
|
||||
if (exists)
|
||||
continue;
|
||||
|
||||
RunConfiguration *rc = item.factory->create(this, item.id, item.extra);
|
||||
RunConfiguration *rc = item.factory->create(this, item);
|
||||
if (!rc)
|
||||
continue;
|
||||
QTC_CHECK(rc->id() == item.id);
|
||||
|
||||
Reference in New Issue
Block a user