Analyzer: Use Utils::OutputFormat everywhere

Replace hard distinction between 'out', 'err' with flexible
OutputFormat. Also make sure that QmlProfiler shows application output.

Change-Id: I130c71884321e4c59c9a75f0836c37a7f0e805c4
Reviewed-on: http://codereview.qt.nokia.com/458
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2011-06-10 16:34:06 +02:00
parent 83566c3c3a
commit 73b66f5d08
12 changed files with 50 additions and 60 deletions

View File

@@ -83,8 +83,7 @@ private slots:
void handleProgressFinished();
void runnerFinished();
void receiveStandardOutput(const QByteArray &);
void receiveStandardError(const QByteArray &);
void receiveProcessOutput(const QByteArray &, Utils::OutputFormat);
void receiveProcessError(const QString &, QProcess::ProcessError);
private: