diff options
author | Christiaan Janssen <christiaan.janssen@nokia.com> | 2012-02-13 15:26:57 +0100 |
---|---|---|
committer | Christiaan Janssen <christiaan.janssen@nokia.com> | 2012-02-17 17:22:23 +0100 |
commit | 585e651310edccae8acab8511cccd85e6c2fe74f (patch) | |
tree | e4dd60f87068dc625c99a6fe46da0a7640dc8d21 /src/plugins/qmlprofiler/qmlprofilertool.h | |
parent | de100a4addea1fc16d0e700b9c8c4b9d1362cd56 (diff) | |
download | qt-creator-585e651310edccae8acab8511cccd85e6c2fe74f.tar.gz |
QmlProfiler: manage server-side start tracing message
also
QmlProfiler: refactor eventlist state
If unexpected data is received, assuming server stopped profiling.
Also, introducing a eventlist state instead of relying on
signals sent around. This is part of a coming bigger patch
where the profiler client is refactored.
Change-Id: Ibed9007903956daf03cc0fcb90f77b5ad2d3cf90
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h index 728496c634..3b53e5d727 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.h +++ b/src/plugins/qmlprofiler/qmlprofilertool.h @@ -78,6 +78,7 @@ public slots: void startRecording(); void stopRecording(); + void recordingButtonChanged(bool recording); void setRecording(bool recording); void setAppIsRunning(); @@ -106,6 +107,7 @@ private slots: void showLoadDialog(); void showErrorDialog(const QString &error); void retryMessageBoxFinished(int result); + void eventListStateChanged(); private: void connectToClient(); |