Change pixmap cache limit

This commit is contained in:
Jonas Kvinge
2019-11-19 21:03:06 +01:00
parent 779d5ff7b6
commit e0fed07b10
2 changed files with 1 additions and 3 deletions

View File

@@ -70,7 +70,6 @@ class CollectionModel : public SimpleTreeModel<CollectionItem> {
static const char *kSavedGroupingsSettingsGroup;
static const int kPrettyCoverSize;
static const qint64 kIconCacheSize;
enum Role {
Role_Type = Qt::UserRole + 1,