Skip to content

ResultsModel: Expose metadata of singleRunner instead of name/icon

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

The name/icon we forward are from the underlying metadata. Meaning we have more boilerplate when we want to get more properties. Instead, we can just expose the underlying KPluginMetaData gadget and access it.

Merge request reports