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:
Ulf Hermann
2017-08-14 14:39:17 +02:00
parent 65c11e43df
commit 6a626595dc
3 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ void QmlProfilerDetailsRewriter::disconnectQmlModel()
}
}
void QmlProfilerDetailsRewriter::clearRequests()
void QmlProfilerDetailsRewriter::clear()
{
m_filesCache.clear();
m_pendingEvents.clear();