Fix setting pixmap cache limit

This commit is contained in:
Jonas Kvinge
2019-11-19 21:49:46 +01:00
parent b386ca14df
commit cf0442d5b8
2 changed files with 4 additions and 1 deletions

View File

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