summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/qmlprofiler/inputeventsmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/qmlprofiler/inputeventsmodel.cpp b/plugins/qmlprofiler/inputeventsmodel.cpp
index 3682ee96ec..5dd0a80ec6 100644
--- a/plugins/qmlprofiler/inputeventsmodel.cpp
+++ b/plugins/qmlprofiler/inputeventsmodel.cpp
@@ -107,7 +107,6 @@ void InputEventsModel::loadData()
void InputEventsModel::clear()
{
m_keyTypeId = m_mouseTypeId = -1;
- m_data.clear();
QmlProfilerTimelineModel::clear();
}