summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2013-12-09 12:11:48 +0100
committerUlf Hermann <ulf.hermann@digia.com>2013-12-11 17:28:30 +0100
commit5c7509dd0930f71197278b9709f89d359be8bf84 (patch)
tree593bc6f37401cee35e2123c23bb15f2a51bfa571 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent210e780cc381c033088c0b7286102be15c065f90 (diff)
downloadqt-creator-5c7509dd0930f71197278b9709f89d359be8bf84.tar.gz
QmlProfiler: Add another data state "ClearingData"
This allows us to steer the timeline models in a more fine grained way and avoid duplicate processing of the same data. We don't need to rebuild everything on stateChanged of the model manager then. Task-number: QTCREATORBUG-10950 Change-Id: I2aa9a96a33c602f062fc3b644ac06280ba7cd45a Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index f814ec432c..6b48e82a4d 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -52,6 +52,7 @@ public:
Empty,
AcquiringData,
ProcessingData,
+ ClearingData,
Done
};