Skip to content

Remove defunct calls to KAboutData::pluginData

Nicolas Fella requested to merge work/plugigmeta into master

The plugindata is never registered so pluginData will always return nullptr.

We don't need to pass the KAboutData at all so we can just remove it.

See frameworks/kcoreaddons!36 (merged)

Merge request reports