QmlProfiler: Remove pointless QmlProfilerTimelineModel::clear()

Change-Id: Ib0d7f348be11cfdea8d52e1d4aa9ce8a3546517e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-08-11 13:44:00 +02:00
parent 6789f50018
commit 0c1c54b426
2 changed files with 0 additions and 6 deletions

View File

@@ -70,11 +70,6 @@ bool QmlProfilerTimelineModel::handlesTypeId(int typeIndex) const
return accepted(modelManager()->qmlModel()->eventTypes().at(typeIndex));
}
void QmlProfilerTimelineModel::clear()
{
TimelineModel::clear();
}
QmlProfilerModelManager *QmlProfilerTimelineModel::modelManager() const
{
return m_modelManager;