merge addToOutputWindow and addToOutputWindowInline

This commit is contained in:
hjk
2011-01-07 11:34:25 +01:00
parent f48de4f567
commit 8fd480bd21
15 changed files with 70 additions and 93 deletions

View File

@@ -126,7 +126,7 @@ void QmlRunControl::slotError(const QString &err, bool isError)
void QmlRunControl::slotAddToOutputWindow(const QString &line, bool onStdErr)
{
emit addToOutputWindowInline(this, line, onStdErr);
emit addToOutputWindow(this, line, onStdErr, true);
}
void QmlRunControl::processExited(int exitCode)