Skip to content

Take out empty deprecated registerMetaTypes() method in Qt6 builds

Volker Krause requested to merge work/qt6-fix-android-build into master

This fixes the Android Qt6 build, due to the Android toolchain choking on the combined export/deprecation macro due to changes in Q_DECL_DEPRECATED.

Merge request reports