summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-11 16:10:58 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-15 13:06:40 +0000
commit05388a7229ad3111f3d4ecf5b4b9db39d20398d6 (patch)
treefbc5b598b98e09925b0e0ad133b7c98708d816d1 /src/plugins/qmlprofiler/qmlprofilerstatemanager.h
parentbcdadbec729a2591af4afca9b80378f4044218ac (diff)
downloadqt-creator-05388a7229ad3111f3d4ecf5b4b9db39d20398d6.tar.gz
QmlProfiler: Simplify application state handling
Only half of the states are useful for anything. Change-Id: I4591ccda6eec902e929e07947bad6c3f7b967ef9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatemanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatemanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatemanager.h b/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
index da6fa14974..790fc8be43 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
@@ -41,13 +41,9 @@ class QmlProfilerStateManager : public QObject
public:
enum QmlProfilerState {
Idle,
- AppStarting,
AppRunning,
AppStopRequested,
- AppReadyToStop,
- AppStopped,
AppDying,
- AppKilled
};
explicit QmlProfilerStateManager(QObject *parent = 0);