Skip to content

Replace QVariant::Type with QMetaType::Type

Nicolas Fella requested to merge work/nico/metatype into master

QVariant::Type is deprecated in Qt6. We should not use deprecated types in out API

Merge request reports