Use static QPixmapCache

This commit is contained in:
Jonas Kvinge
2021-07-11 01:32:51 +02:00
parent 09ec39c87a
commit b8b21d53e1
2 changed files with 3 additions and 5 deletions

View File

@@ -94,7 +94,6 @@ class RadioModel : public SimpleTreeModel<RadioItem> {
AlbumCoverLoaderOptions cover_loader_options_;
QMap<Song::Source, RadioItem*> container_nodes_;
QList<RadioItem*> items_;
QPixmapCache pixmap_cache_;
QMap<quint64, ItemAndCacheKey> pending_art_;
QSet<QString> pending_cache_keys_;
};