summaryrefslogtreecommitdiff
path: root/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp')
-rw-r--r--plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp b/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
index 802a84a515..9db131f771 100644
--- a/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
+++ b/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
@@ -120,7 +120,7 @@ void PaintEventsModelProxy::clear()
void PaintEventsModelProxy::dataChanged()
{
- if (m_modelManager->state() == QmlProfilerDataState::Done)
+ if (m_modelManager->state() == QmlProfilerDataState::ProcessingData)
loadData();
if (m_modelManager->state() == QmlProfilerDataState::Empty)