forked from qt-creator/qt-creator
Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunData
Move it into Utils lib. Change-Id: I3b6c16d18439cabddf59afc03116f13c1970102c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -539,7 +539,7 @@ void TestRunner::debugTests()
|
||||
runControl->copyDataFromRunConfiguration(config->runConfiguration());
|
||||
|
||||
QStringList omitted;
|
||||
Runnable inferior = config->runnable();
|
||||
ProcessRunData inferior = config->runnable();
|
||||
inferior.command.setExecutable(commandFilePath);
|
||||
|
||||
const QStringList args = config->argumentsForTestRunner(&omitted);
|
||||
|
||||
Reference in New Issue
Block a user