From b69bedbf0713a0fb1b42a78215b7feb8cb7b7982 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 9 Apr 2014 16:33:00 +0200 Subject: No need to qualify calls to SortedTimelineModel::clear() Task-number: QTCREATORBUG-12010 Change-Id: I22bc4525329f50359e6857c595fe686af901711e Reviewed-by: Kai Koehne --- plugins/qmlprofilerextension/pixmapcachemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qmlprofilerextension/pixmapcachemodel.cpp b/plugins/qmlprofilerextension/pixmapcachemodel.cpp index e3c65c68f7..f329963449 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; -- cgit v1.2.1