Skip to content

Fix regression in my port to KPluginLoader

David Faure requested to merge work/dfaure/fix_plugin_identifiers into master

commit 0e4d3925 changed the plugin identifier from pluginInfo.pluginName() to pluginInfo.libraryPath(), by mistake.

This broke the summary view which does activeSummaries.contains(plugin->identifier()).

Merge request reports