From eec2b2d0ee4f606511c997d083e5cbe404df6ddd Mon Sep 17 00:00:00 2001
From: Ulf Hermann <ulf.hermann@theqtcompany.com>
Date: Tue, 17 Nov 2015 09:09:46 +0100
Subject: [PATCH] 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 <eike.ziller@theqtcompany.com>
---
 plugins/qmlprofiler/inputeventsmodel.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/qmlprofiler/inputeventsmodel.cpp b/plugins/qmlprofiler/inputeventsmodel.cpp
index 3682ee96ece..5dd0a80ec63 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();
 }
 
-- 
GitLab