Skip to content

Do not warn if KService("") is instantiated

Aleix Pol Gonzalez requested to merge work/apol/less-noise into master

This is regularly done by Kicker/KAStats because sometimes having a null service makes sense but now it's not an option.

See https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/plugin/appentry.cpp#L161

This removes a ton of warnings when looking at plasmashell's output.

Merge request reports