QMetaType: remove the temporary QMetaTypeTypeFlags compatibility

Amends 44876fb45e702c2554fca98ed19af57feb1c0511.

Change-Id: I5ea354bcb6847e996081fffd012130562999d5c4
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit e48fe10e541c6dec9db4226f8ad02728de7b0e02)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2024-12-12 15:18:05 -03:00 committed by Qt Cherry-pick Bot
parent 8bd0625f54
commit 7664b826db

View File

@ -2504,12 +2504,6 @@ public:
}
};
// Temporary until sources are updated
template <typename T> struct QMetaTypeTypeFlags
{
enum { Flags = QMetaTypeForType<T>::flags() };
};
template<typename T>
struct QMetaTypeInterfaceWrapper
{