Skip to content

kcm: don't assign undefined to component

The kcm sets the section delegate to undefined when there are only printers (not also classes). But the type is Component, and those cannot be undefined.

Instead, set it to null

Merge request reports

Loading