Skip to content

[Global Menu] Fix breakage caused by variant type change

Kai Uwe Broulik requested to merge work/kbroulik/appmenu-stupid-void-casts into master

void * casts into anything but QVariant::value() (most of the time) does a metatype check which needs to match.

BUG: 453301


@ngraham

Merge request reports