Debugger: Remove use of setRunParameter() for state auto test

... which are disabled anyway.

Change-Id: Id15de0e5b766373570d89bacf02464e46f5b2b89
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2017-09-12 11:28:23 +02:00
parent 9ad888e6a6
commit 001d4c10a7
3 changed files with 10 additions and 7 deletions

View File

@@ -286,6 +286,11 @@ void DebuggerRunTool::setNeedFixup(bool on)
m_runParameters.needFixup = on;
}
void DebuggerRunTool::setTestCase(int testCase)
{
m_runParameters.testCase = testCase;
}
void DebuggerRunTool::setInferior(const Runnable &runnable)
{
QTC_ASSERT(runnable.is<StandardRunnable>(), reportFailure(); return);