diff options
author | Ulf Hermann <ulf.hermann@digia.com> | 2014-04-09 16:33:00 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@digia.com> | 2014-04-10 12:27:22 +0300 |
commit | b69bedbf0713a0fb1b42a78215b7feb8cb7b7982 (patch) | |
tree | 762f143b2e8e11d79d34167f2c87289c048b354f /plugins/qmlprofilerextension/pixmapcachemodel.cpp | |
parent | 9b92cf8ed1ae6fa5e3c3edd94d8a9153eebb31e6 (diff) | |
download | qt-creator-b69bedbf0713a0fb1b42a78215b7feb8cb7b7982.tar.gz |
Task-number: QTCREATORBUG-12010
Change-Id: I22bc4525329f50359e6857c595fe686af901711e
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'plugins/qmlprofilerextension/pixmapcachemodel.cpp')
-rw-r--r-- | plugins/qmlprofilerextension/pixmapcachemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |