Skip to content

settings: guard against invalid interfaces

Harald Sitter requested to merge work/sitter/stuff into master

otherwise we run risk of marshalling a default constructed and thus invalid/null variant. qdbus doesn't like to do that.

this resulted in a crash when willShowOnActive returned an invalid qvariant

Merge request reports