Skip to content
Commit 30c4da4a authored by Stefan Brüns's avatar Stefan Brüns Committed by Alexander Lohnau
Browse files

[Thumbnail] Fix lookup of legacy thumbnailer plugins

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").


(cherry picked from commit e68a2f24)
parent f4cd47a1
Pipeline #465918 skipped
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