QMetaType: remove the temporary QMetaTypeTypeFlags compatibility

Amends 44876fb45e702c2554fca98ed19af57feb1c0511.

Pick-to: 6.9
Change-Id: I5ea354bcb6847e996081fffd012130562999d5c4
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Thiago Macieira 2024-12-12 15:18:05 -03:00
parent 47be32b761
commit e48fe10e54

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
{