Skip to content

Commit 93133c6

Browse files
committed
QMetaType::Type definition also causes build problems in Qt 5
1 parent 49596d0 commit 93133c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generator/typesystem_core.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
<rejection class="QMapPayloadNode"/>
498498
<rejection class="QMapData"/>
499499
<rejection class="QMapIterator"/>
500-
<rejection class="QMetaType::Type" since-version="6"/> <!-- causes build problems because of QByteArray/QString values, should be enum class -->
500+
<rejection class="QMetaType::Type"/> <!-- causes build problems because of QByteArray/QString values, should be enum class -->
501501
<rejection class="QMetaTypeId"/>
502502
<rejection class="QMetaAssociation"/>
503503
<rejection class="QMetaClassInfo::Data"/>
@@ -2260,7 +2260,6 @@ public:
22602260
<enum-type name="QProcess::InputChannelMode"/>
22612261
<enum-type name="QByteArray::Base64Option" flags="QByteArray::Base64Options"/>
22622262
<enum-type name="QByteArray::Base64DecodingStatus"/>
2263-
<enum-type name="QMetaType::Type" before-version="6"/>
22642263
<enum-type name="QMetaType::TypeFlag" flags="QMetaType::TypeFlags"/>
22652264
<enum-type name="QAbstractItemModel::CheckIndexOption"/>
22662265
<enum-type name="QAbstractItemModel::LayoutChangeHint"/>

0 commit comments

Comments
 (0)