Skip to content

Create un-deprecated overload for KPluginFactory::create

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

Otherwise, we end up choosing the deprecated one when we do not define a keyword and args.

To make sure we do not run into issues with ambiguous overloads, a test was added.

Merge request reports