Skip to content
Commit de6f8246 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Background Model] Use own QCache for thumbnails

Previously it would use an on-disk KImageCache which would never be invalidated.
Moreover, it just uses KIO::PreviewJob which does its own more clever (compares mtime and other properties) on-disk caching already.

It is using its own QCache rather than QPixmapCache to not jeopardize other caching for the potentially large wallpaper thumbnails
that are only relevant while the dialog is open.

BUG: 395447
FIXED-IN: 5.15.0

Differential Revision: https://phabricator.kde.org/D16095
parent dfbb2039
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment