summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/applicationlauncher.cpp
diff options
context:
space:
mode:
authordt_ <qtc-committer@nokia.com>2011-06-22 14:12:49 +0200
committerhjk <qthjk@ovi.com>2011-06-22 14:41:03 +0200
commit12bd880394b7495c88b416706bc4211e73378a23 (patch)
tree41eeebd0c2ca118e2e32d171fe7cb2cea38bf231 /src/plugins/projectexplorer/applicationlauncher.cpp
parent187cd68258507c26d22dd9d8e793436cf4183b5e (diff)
downloadqt-creator-12bd880394b7495c88b416706bc4211e73378a23.tar.gz
Fix double message introduced for killed applications
Introduced in ef806894e87614173c06d50f22dc5b00cf9bc3e9 Change-Id: Ia1c3ac7b8a01ae247cf13417e42abf3376253274 Task-Nr: QTCREATORBUG-5190 Reviewed-on: http://codereview.qt.nokia.com/611 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.cpp')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.cpp b/src/plugins/projectexplorer/applicationlauncher.cpp
index eefb26418e..105e465a2f 100644
--- a/src/plugins/projectexplorer/applicationlauncher.cpp
+++ b/src/plugins/projectexplorer/applicationlauncher.cpp
@@ -223,7 +223,6 @@ void ApplicationLauncher::guiProcessError()
error = tr("Some error has occurred while running the program.");
}
emit appendMessage(error + QLatin1Char('\n'), Utils::ErrorMessageFormat);
- emit processExited(d->m_guiProcess.exitCode());
}
void ApplicationLauncher::consoleProcessError(const QString &error)