summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-17 09:09:46 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-11-17 08:29:47 +0000
commiteec2b2d0ee4f606511c997d083e5cbe404df6ddd (patch)
treeef1781ddbdb8e9115a6e4314d119fec0e2f921da
parentd1d694efb55229f4862affe174c0f1643153a9cf (diff)
downloadqt-creator-qp-3.6.tar.gz
Revert "Properly clear input events model"qp-v3.6.0-rc1qp-v3.6.0qp-3.6
This reverts commit d1d694efb55229f4862affe174c0f1643153a9cf. It should have gone to the master branch. Change-Id: I1c5b86caf5092e1d5d1ac9866e2887a912b1c65e Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-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();
}