Skip to content

Fix enum predicate comparison with Qt6

Volker Krause requested to merge work/qt6-fix-enum-predicate-comparison into master

QVariant::operator== no longer does implicit type conversions in Qt6, so we need to pay more attention to have both operands in the right type.

Merge request reports