summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qtoptionspage.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-04-06 14:52:30 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-04-07 12:48:13 +0200
commit3bfc953c13253a19f631cabb8a91b680df2f5a13 (patch)
treeeb2604a0f967f4beb8efb7c329e1ba709dd8ad7f /src/plugins/qt4projectmanager/qtoptionspage.h
parent4150e14399379154f60f465a3ed82b3851dc4586 (diff)
downloadqt-creator-3bfc953c13253a19f631cabb8a91b680df2f5a13.tar.gz
DebuggingHelpers: Reorder arguments of finished signal
Allow slots that use the error ouput, but aren't interested in the list of the tools. Reviewed-by: dt
Diffstat (limited to 'src/plugins/qt4projectmanager/qtoptionspage.h')
-rw-r--r--src/plugins/qt4projectmanager/qtoptionspage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qtoptionspage.h b/src/plugins/qt4projectmanager/qtoptionspage.h
index db40b9f212..196be1ac98 100644
--- a/src/plugins/qt4projectmanager/qtoptionspage.h
+++ b/src/plugins/qt4projectmanager/qtoptionspage.h
@@ -106,7 +106,7 @@ private slots:
void buildQmlDebuggingLibrary();
void buildQmlObserver();
void slotShowDebuggingBuildLog();
- void debuggingHelperBuildFinished(int qtVersionId, DebuggingHelperBuildTask::Tools tools, const QString &output);
+ void debuggingHelperBuildFinished(int qtVersionId, const QString &output, DebuggingHelperBuildTask::Tools tools);
private:
void updateDescriptionLabel();