aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-02-06 11:41:57 +0200
committerhjk <hjk@theqtcompany.com>2015-02-09 16:52:12 +0000
commit5b22e292bc38e6efce540d5e9eb4a55d39257987 (patch)
tree73f818d58560fc5fa5d8a7ef152abb0b9dd17408 /src/plugins/projectexplorer/applicationlauncher.h
parent250cc0640b99c311c54d6200bc4f91b9f773d4fe (diff)
ProjectExplorer/Valgrind: Disambiguate signal name
error => processError To make it easier to use Qt5-style connect Change-Id: Idfa987512ebb7d1c1c02d3cd01b2d05088cbf38a Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index a4c59d05dd..598a71e0d8 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -69,7 +69,7 @@ public:
qint64 applicationPID() const;
QString errorString() const;
- QProcess::ProcessError error() const;
+ QProcess::ProcessError processError() const;
static QString msgWinCannotRetrieveDebuggingOutput();