forked from qt-creator/qt-creator
		
	ProjectExplorer: Remove virtual RunControl start/stop trampolin
Not needed anymore, effectively replaced by RunWorker start/stop. Change-Id: I7483c841cdd4e05c9e1f7636a27b20ece37947c2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
		@@ -378,7 +378,8 @@ void TestRunner::debugTests()
 | 
			
		||||
                outputreader, &QObject::deleteLater);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    connect(this, &TestRunner::requestStopTestRun, runControl, &ProjectExplorer::RunControl::stop);
 | 
			
		||||
    connect(this, &TestRunner::requestStopTestRun, runControl,
 | 
			
		||||
            &ProjectExplorer::RunControl::initiateStop);
 | 
			
		||||
    connect(runControl, &ProjectExplorer::RunControl::finished, this, &TestRunner::onFinished);
 | 
			
		||||
    ProjectExplorer::ProjectExplorerPlugin::startRunControl(runControl);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user