Skip to content

Optimize KPluginMetaData::findPluginById by using QPluginLoader directly

Alexander Lohnau requested to merge work/alex/plugin_file_name into master

We do not need to iterate over all the files, but can use QPluginLoader directly to resolve the filename and check if the guess to load it by the path worked as expected.

@davidedmundson @ahmadsamir

Merge request reports