Skip to content

Commit 929a4f6

Browse files
committed
Enable wrapper for QAbstractEventDispatcher
Disable shell and promoter creation for Qt 5, because of compile errors on Windows because of abstract methods
1 parent b37ee7a commit 929a4f6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

generator/typesystem_core.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<rejection class="QTextCodec::ConverterState"/>
88
<rejection class="QTextCodecFactoryInterface"/>
9-
<rejection class="QAbstractEventDispatcher"/>
109
<rejection class="QAbstractFileEngine"/>
1110
<rejection class="QAbstractFileEngineHandler"/>
1211
<rejection class="QAbstractFileEngineIterator"/>
@@ -626,6 +625,7 @@
626625
<rejection class="Qt::Disambiguated_t"/>
627626

628627
<rejection class="QAbstractEventDispatcherV2"/> <!-- Currently not supported - can't cast to this type -->
628+
<rejection class="QAbstractEventDispatcher::TimerInfoV2"/>
629629
<rejection class="QAbstractEventDispatcher" function-name="filterEvent"/>
630630
<rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/>
631631

@@ -1398,11 +1398,9 @@ public:
13981398
<object-type name="QFinalState"/>
13991399

14001400
<object-type name="QXmlStreamEntityResolver"/>
1401-
<object-type name="QAbstractEventDispatcher">
1402-
<extra-includes>
1403-
<include file-name="QPair" location="global"/>
1404-
</extra-includes>
1405-
</object-type>
1401+
<object-type name="QAbstractEventDispatcher" create-promoter="no" create-shell="no" before-version="6"/>
1402+
<object-type name="QAbstractEventDispatcher" since-version="6"/>
1403+
<object-type name="QAbstractEventDispatcher::TimerInfo"/>
14061404
<object-type name="QEventLoop"/>
14071405
<object-type name="QFile">
14081406
<modify-function signature="readLink()const" remove="all"/>

0 commit comments

Comments
 (0)