Skip to content

kcms/decoration: Fix crash when preview cannot be generated

Nicolas Fella requested to merge work/nico/decoration-crash-3 into Plasma/5.27

m_bridge->createDecoration() can return nullptr. Most codepaths already guard against that, but not all of them

BUG: 456531

Merge request reports