ProjectExplorer: Rename some RunControl functions

Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2022-04-13 17:57:11 +02:00
parent b86c0a13e6
commit a579fa52ee
11 changed files with 13 additions and 13 deletions

View File

@@ -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());