Qnx: Fix debugging

This apparently fell through the cracks in 89f02cba2.

Task-number: QTCREATORBUG-18804
Change-Id: Ib00a5a074ec1df3292267a194e8e87a92d3c6dfc
Reviewed-by: Dan Cape <dcape@qnx.com>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-09-06 17:11:42 +02:00
parent 5680c1c874
commit 015f0c03cf
3 changed files with 8 additions and 11 deletions

View File

@@ -76,6 +76,7 @@ void Slog2InfoRunner::start()
StandardRunnable r;
r.executable = QLatin1String("slog2info");
m_testProcess->start(r);
reportStarted();
}
void Slog2InfoRunner::stop()
@@ -87,6 +88,7 @@ void Slog2InfoRunner::stop()
m_logProcess->kill();
processLog(true);
}
reportStopped();
}
bool Slog2InfoRunner::commandFound() const