summaryrefslogtreecommitdiff
path: root/src/plugins/analyzerbase/analyzerruncontrol.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-10 16:34:06 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-06-14 10:14:19 +0200
commit73b66f5d080052ebcd705b3ab940456c43ddd32c (patch)
tree13a4ed6a054dac95d8689f251b970f6e07f1ff76 /src/plugins/analyzerbase/analyzerruncontrol.h
parent83566c3c3af2adfab23561983306a239f32c1e00 (diff)
downloadqt-creator-73b66f5d080052ebcd705b3ab940456c43ddd32c.tar.gz
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>
Diffstat (limited to 'src/plugins/analyzerbase/analyzerruncontrol.h')
-rw-r--r--src/plugins/analyzerbase/analyzerruncontrol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/analyzerbase/analyzerruncontrol.h b/src/plugins/analyzerbase/analyzerruncontrol.h
index c3d6f9f21c..59a2a2e720 100644
--- a/src/plugins/analyzerbase/analyzerruncontrol.h
+++ b/src/plugins/analyzerbase/analyzerruncontrol.h
@@ -64,8 +64,7 @@ public:
QIcon icon() const;
private slots:
- void receiveStandardOutput(const QString &);
- void receiveStandardError(const QString &);
+ void receiveOutput(const QString &, Utils::OutputFormat format);
void addTask(ProjectExplorer::Task::TaskType type, const QString &description,
const QString &file, int line);