aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-08-01 15:43:10 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-08-01 16:29:33 +0200
commitbe112d853a49d7d183819a22d6f776430b0b38e8 (patch)
tree6f41c9703dbad263cb16ebc3a389cd1f4c5a1dfb /src/plugins/projectexplorer/applicationlauncher.h
parent87507893e8fbc9ccb770b70667edeb9c9b4f691a (diff)
ConsoleProcess: Show correct exit code
Task-number: QTCREATORBUG-9740 Change-Id: I41721356b3612b6c98e774168f520ff49426271b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index f3c3c176d5..4a8d8d7d01 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -75,7 +75,6 @@ signals:
void bringToForegroundRequested(qint64 pid);
private slots:
- void processStopped();
void guiProcessError();
void consoleProcessError(const QString &error);
void readStandardOutput();