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:
El Mehdi Fekari
2013-01-30 14:02:45 +01:00
committed by Nicolas Arnaud-Cormos
parent 51523f3406
commit 2f9f812098

View File

@@ -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)),