Skip to content

Macro K_PLUGIN_FACTORY...WITH_BASEFACTORY always inherits from KPluginFactory

Adriaan de Groot requested to merge work/adridg/basefactory into master

The macro parameter baseFactory is not used, making it hard to use the macro K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL when sub-classing KPluginFactory in order to extend it.

Use baseFactory as the base class for the plugin.

BUG: 410851

Edited by Michael Pyne

Merge request reports