Skip to content

KQuickConfigModule: Don't crash on null object

ivan tkachenko requested to merge work/ratijas/KQuickConfigModule-crash into master

For me it is currently happening if I open Users KCM after a specific set of other KCMs. It seems to have something to do with an undeterministic plugin loading of QML Engine, as sometimes I get Unable to assign IconPropertiesGroup_QMLTYPE_85 to IconPropertiesGroup_QMLTYPE_85 errors but other times it's OK.

Merge request reports