forked from qt-creator/qt-creator
ProjectExplorer: Dissolve SimpleRunControl
As planned. Change-Id: I9d9349cdd174c47b2331095fbe545b811e6ca770 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -674,7 +674,9 @@ RunControl *PythonRunControlFactory::create(RunConfiguration *runConfiguration,
|
||||
{
|
||||
Q_UNUSED(errorMessage)
|
||||
QTC_ASSERT(canRun(runConfiguration, mode), return 0);
|
||||
return new SimpleRunControl(runConfiguration, mode);
|
||||
auto runControl = new RunControl(runConfiguration, mode);
|
||||
(void) new SimpleTargetRunner(runControl);
|
||||
return runControl;
|
||||
}
|
||||
|
||||
// PythonRunConfigurationWidget
|
||||
|
||||
Reference in New Issue
Block a user