forked from qt-creator/qt-creator
Qnx: Fix output logs
For some reasons this was not merged properly into master Change-Id: I634c9ecde6de27aec1531371fd2d9f7535177595 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Nicolas Arnaud-Cormos
parent
51523f3406
commit
2f9f812098
@@ -148,7 +148,7 @@ void BlackBerryApplicationRunner::start()
|
||||
void BlackBerryApplicationRunner::checkSlog2Info()
|
||||
{
|
||||
if (m_slog2infoFound) {
|
||||
tailApplicationLog();
|
||||
readLaunchTime();
|
||||
} else if (!m_testSlog2Process) {
|
||||
m_testSlog2Process = new QSsh::SshRemoteProcessRunner(this);
|
||||
connect(m_testSlog2Process, SIGNAL(processClosed(int)),
|
||||
|
||||
Reference in New Issue
Block a user