Skip to content

Use KCModuleInfo::service() to load modules, for both KPluginInfo and KService code paths

Ahmad Samir requested to merge work/moduleinfo-service-kpluginifo into master

This is an addendum to commit 53b41bc9; since now we have two code paths, KPluginInfo and KService, instead of using pluginInfo(), use module.service(), because the latter is going to return the KService associated with the module, from either code path.

Merge request reports