Dont reset pixmap cache on model reset

This commit is contained in:
Jonas Kvinge 2019-11-19 20:56:03 +01:00
parent eb6fbd03ec
commit 779d5ff7b6
1 changed files with 0 additions and 1 deletions

View File

@ -836,7 +836,6 @@ void CollectionModel::BeginReset() {
divider_nodes_.clear();
pending_art_.clear();
pending_cache_keys_.clear();
QPixmapCache::clear();
root_ = new CollectionItem(this);
root_->compilation_artist_node_ = nullptr;