Skip to content

[Thumbnail] Fix lookup of legacy thumbnailer plugins

Stefan Brüns requested to merge work/bruns/fix_legacy_thumbnailerplugin into master

For most legacy plugins, "filename" and plugin id are the same, but the marble plugin "marblethumbnail" provides e.g. marble_thumbnail_kml.

The KIO previewjob.cpp uses the filename: job->addMetaData(QStringLiteral("plugin"), currentItem.plugin.fileName());

Regression from commit 69dc61d7 ("Utilize KIO::PreviewJob::availableThumbnailerPlugins").

Merge request reports