Show again all application output in 'Application Output'

Fixes a regression introduced in 7862e31256.

Reviewed-by: dt
This commit is contained in:
Kai Koehne
2010-07-15 10:08:31 +02:00
parent dad99969ab
commit bc3878b700

View File

@@ -78,6 +78,8 @@ void QtOutputFormatter::appendApplicationOutput(const QString &text, bool onStdE
int index = matchPos + m_qtError.matchedLength() - 1;
append(text.mid(index), onStdErr ? StdErrFormat : StdOutFormat);
} else {
append(text, onStdErr ? StdErrFormat : StdOutFormat);
}
}