forked from qt-creator/qt-creator
ProjectExplorer: Rename some RunControl functions
Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -2388,7 +2388,7 @@ void DebuggerUnitTests::testStateMachine()
|
||||
QVERIFY(rc);
|
||||
|
||||
auto runControl = new RunControl(ProjectExplorer::Constants::DEBUG_RUN_MODE);
|
||||
runControl->setRunConfiguration(rc);
|
||||
runControl->copyDataFromRunConfiguration(rc);
|
||||
auto debugger = new DebuggerRunTool(runControl);
|
||||
|
||||
debugger->setInferior(rc->runnable());
|
||||
|
||||
Reference in New Issue
Block a user