Skip to content

[PreviewJob] Fix Thumb::Size check to be spec compliant

Stefan Brüns requested to merge bruns/kio:fix_thumb_size_check into master

Thumb::Size is not required per spec, and a thumbnail without it is still valid. Although KF always sets the Size, some other software may not (this is a cross desktop specification, after all), and we may not even have a thumbnailer to recreate it.

Merge request reports