Skip to content

kcms/decoration: Fix crash when preview cannot be generated

Nicolas Fella requested to merge work/nico/decoration-crash-2 into Plasma/6.0

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

BUG: 456531 (cherry picked from commit 0fef2295)

Merge request reports