summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerengine.h
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2012-02-15 17:26:41 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2012-02-17 17:25:00 +0100
commit1322a73efdcb53f18c9bbf8d9855b36e72c5107b (patch)
tree176cede08b7fa3937a092bf573008c602b599ec2 /src/plugins/qmlprofiler/qmlprofilerengine.h
parent1fca414997f42f5871596a9bc956b48ffb4fd909 (diff)
downloadqt-creator-1322a73efdcb53f18c9bbf8d9855b36e72c5107b.tar.gz
QmlProfiler: read trace when application ended by the user
This patch avoids showing the "use the stop button" if the application dies but the trace data was sent in time. Note: with the current implementation in Qt5, the application sometimes closes before all data could be sent. That happens with any non-trivial qml application. Change-Id: Ie7b1568b2d69320d1887587dccac40a4b4d4d788 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerengine.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerengine.h b/src/plugins/qmlprofiler/qmlprofilerengine.h
index 017ffd050b..9969d2a3a7 100644
--- a/src/plugins/qmlprofiler/qmlprofilerengine.h
+++ b/src/plugins/qmlprofiler/qmlprofilerengine.h
@@ -55,6 +55,7 @@ signals:
void stopRecording();
void timeUpdate();
void recordingChanged(bool recording);
+ void applicationDied();
public slots:
bool start();