forked from qt-creator/qt-creator
QmlProfiler: Rename QmlProfilerDetailsRewriter::clearRequests to clear
It also clears the lookup cache. Change-Id: I9fdd9136084a17f427336d6ce2d37d724b9b20d2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -173,7 +173,7 @@ void QmlProfilerDetailsRewriter::disconnectQmlModel()
|
||||
}
|
||||
}
|
||||
|
||||
void QmlProfilerDetailsRewriter::clearRequests()
|
||||
void QmlProfilerDetailsRewriter::clear()
|
||||
{
|
||||
m_filesCache.clear();
|
||||
m_pendingEvents.clear();
|
||||
|
||||
Reference in New Issue
Block a user