From b69bedbf0713a0fb1b42a78215b7feb8cb7b7982 Mon Sep 17 00:00:00 2001
From: Ulf Hermann <ulf.hermann@digia.com>
Date: Wed, 9 Apr 2014 16:33:00 +0200
Subject: [PATCH] No need to qualify calls to SortedTimelineModel::clear()

Task-number: QTCREATORBUG-12010
Change-Id: I22bc4525329f50359e6857c595fe686af901711e
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
---
 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 e3c65c68f72..f329963449d 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;
-- 
GitLab