Skip to content
Snippets Groups Projects
Commit d1d694ef authored by Ulf Hermann's avatar Ulf Hermann
Browse files

Properly clear input events model


Change-Id: I17b7e84605f93d421de7dcf0a0b02c6b922b2c4b
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
parent 6b7bcd04
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ void InputEventsModel::loadData()
void InputEventsModel::clear()
{
m_keyTypeId = m_mouseTypeId = -1;
m_data.clear();
QmlProfilerTimelineModel::clear();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment