summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/localqmlprofilerrunner.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-08-01 17:38:49 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-08-02 15:04:59 +0200
commitc1919f0ac30a224785d05c377f2193baee38cc1b (patch)
treea9094a9509ad546ec58886ab62ffbeaee117d40b /src/plugins/qmlprofiler/localqmlprofilerrunner.h
parent2654141511273c43548032a8901f71128184ec1b (diff)
downloadqt-creator-c1919f0ac30a224785d05c377f2193baee38cc1b.tar.gz
ApplicationLauncher: Also emit the exit status
And adjust the message in the appliation output to take the exit status into account. Change-Id: I1b7507fdc8ff6fa7ec3db48dba72ad723f124fc3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.h')
-rw-r--r--src/plugins/qmlprofiler/localqmlprofilerrunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.h b/src/plugins/qmlprofiler/localqmlprofilerrunner.h
index 70226f42bd..540f472241 100644
--- a/src/plugins/qmlprofiler/localqmlprofilerrunner.h
+++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.h
@@ -68,7 +68,7 @@ public:
virtual quint16 debugPort() const;
private slots:
- void spontaneousStop(int exitCode);
+ void spontaneousStop(int exitCode, QProcess::ExitStatus status);
private:
LocalQmlProfilerRunner(const Configuration &configuration, QmlProfilerRunControl *engine);