summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-06-08 15:04:42 +0200
committerdt <qtc-committer@nokia.com>2010-06-08 15:23:58 +0200
commit181cecbb32b7c4210f8a4906e7d731cd18a5429c (patch)
treee140e222c9febdf513ba4ab55bf15ef91fb6b4bc /src/plugins/projectexplorer/buildmanager.h
parentd807b14c85b37db1388d78a3c2679d84519cb882 (diff)
downloadqt-creator-181cecbb32b7c4210f8a4906e7d731cd18a5429c.tar.gz
Port the compile output window away from HTML to QTextCharFormat
Is more then twice as fast
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index dda5c10c31..648790b0f0 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -95,7 +95,7 @@ signals:
private slots:
void addToTaskWindow(const ProjectExplorer::Task &task);
- void addToOutputWindow(const QString &string);
+ void addToOutputWindow(const QString &string, const QTextCharFormat &textCharFormat);
void nextBuildQueue();
void progressChanged();