forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -41,13 +41,9 @@ class QmlProfilerStateManager : public QObject
|
||||
public:
|
||||
enum QmlProfilerState {
|
||||
Idle,
|
||||
AppStarting,
|
||||
AppRunning,
|
||||
AppStopRequested,
|
||||
AppReadyToStop,
|
||||
AppStopped,
|
||||
AppDying,
|
||||
AppKilled
|
||||
};
|
||||
|
||||
explicit QmlProfilerStateManager(QObject *parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user