Skip to content

[kpluginmetadata] Fix warning when using default constructor

Nicolas Fella requested to merge work/nico/kpluginmetadata-empty into master

We delegate to the ctor that takes a filename, which then tries to load that file, which produces a warning because the file name is empty

To avoid that don't delegate and create a blank private object directly

Merge request reports