From eec2b2d0ee4f606511c997d083e5cbe404df6ddd Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 17 Nov 2015 09:09:46 +0100 Subject: Revert "Properly clear input events model" This reverts commit d1d694efb55229f4862affe174c0f1643153a9cf. It should have gone to the master branch. Change-Id: I1c5b86caf5092e1d5d1ac9866e2887a912b1c65e Reviewed-by: Eike Ziller --- plugins/qmlprofiler/inputeventsmodel.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- cgit v1.2.3