diff --git a/plugins/qmlprofilerextension/pixmapcachemodel.cpp b/plugins/qmlprofilerextension/pixmapcachemodel.cpp index e3c65c68f72a5fd7bfb1f2ac064847a8e2673a17..f329963449d9e74329420de29e1ed3d4466fa6e4 100644 --- a/plugins/qmlprofilerextension/pixmapcachemodel.cpp +++ b/plugins/qmlprofilerextension/pixmapcachemodel.cpp @@ -489,7 +489,7 @@ void PixmapCacheModel::loadData() void PixmapCacheModel::clear() { Q_D(PixmapCacheModel); - d->SortedTimelineModel::clear(); + d->clear(); d->pixmaps.clear(); d->collapsedRowCount = 1; d->maxCacheSize = 1;