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:
parent
47be32b761
commit
e48fe10e54
@ -2504,12 +2504,6 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Temporary until sources are updated
|
|
||||||
template <typename T> struct QMetaTypeTypeFlags
|
|
||||||
{
|
|
||||||
enum { Flags = QMetaTypeForType<T>::flags() };
|
|
||||||
};
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct QMetaTypeInterfaceWrapper
|
struct QMetaTypeInterfaceWrapper
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user