|
164 | 164 | <rejection class="underlying_type"/> |
165 | 165 | <rejection class="vector"/> |
166 | 166 |
|
| 167 | +<rejection class="ArgResolver"/> |
| 168 | +<rejection class="ArgsType"/> |
| 169 | +<rejection class="AsyncContinuation"/> |
| 170 | +<rejection class="CanceledHandler"/> |
| 171 | +<rejection class="Continuation"/> |
| 172 | +<rejection class="ContinuationWrapper"/> |
| 173 | +<rejection class="FailureHandler"/> |
| 174 | +<rejection class="Future"/> |
| 175 | +<rejection class="QHashHeterogeneousSearch"/> |
| 176 | +<rejection class="QPromise"/> |
| 177 | +<rejection class="QRunnable::QGenericRunnable"/> |
| 178 | +<rejection class="QVersionNumber::It"/> |
| 179 | +<rejection class="ResultTypeHelper"/> |
| 180 | +<rejection class="SyncContinuation"/> |
| 181 | +<rejection class="UnwrapHandler"/> |
| 182 | + |
167 | 183 | <primitive-type name="qgl_GLsizeiptr"/> |
168 | 184 | <primitive-type name="qgl_GLintptr"/> |
169 | 185 | <primitive-type name="GLint"/> |
|
272 | 288 | <rejection class="Qt::strong_ordering"/> |
273 | 289 | <rejection class="Qt::weak_ordering"/> |
274 | 290 | <rejection class="Qt::partial_ordering"/> |
| 291 | + <rejection class="Qt::totally_ordered_wrapper"/> |
275 | 292 |
|
276 | 293 | <rejection class="QSharedPointer"/> |
277 | 294 | <rejection class="QWeakPointer"/> |
|
497 | 514 | <rejection class="QMapPayloadNode"/> |
498 | 515 | <rejection class="QMapData"/> |
499 | 516 | <rejection class="QMapIterator"/> |
500 | | - <rejection class="QMetaType::Type"/> <!-- causes build problems because of QByteArray/QString values, should be enum class --> |
| 517 | + <rejection class="QMetaType" enum-name="Type"/> <!-- causes build problems because of QByteArray/QString values, should be enum class --> |
501 | 518 | <rejection class="QMetaTypeId"/> |
502 | 519 | <rejection class="QMetaAssociation"/> |
503 | 520 | <rejection class="QMetaClassInfo::Data"/> |
|
668 | 685 | <rejection class="Qt" enum-name="Initialization"/> |
669 | 686 | <rejection class="Qt::Disambiguated_t"/> |
670 | 687 |
|
| 688 | + <rejection class="QAbstractEventDispatcherV2"/> <!-- Currently not supported - can't cast to this type --> |
671 | 689 | <rejection class="QAbstractEventDispatcher" function-name="filterEvent"/> |
672 | 690 | <rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/> |
673 | 691 |
|
| 692 | + <rejection class="QChronoTimer"/> <!-- std::chrono::nanoseconds arguments not supported at the moment --> |
| 693 | + <rejection class="QDirListing"/> <!-- iterator-style interface not supported --> |
| 694 | + |
| 695 | + |
674 | 696 | <rejection class="QAbstractFileEngine" function-name="extension"/> |
675 | 697 | <rejection class="QCoreApplication" function-name="compressEvent"/> |
676 | 698 | <rejection class="QCoreApplication" function-name="eventFilter"/> |
@@ -2306,4 +2328,6 @@ public: |
2306 | 2328 | <enum-type name="Qt::ChecksumType"/> |
2307 | 2329 | <enum-type name="Qt::SplitBehaviorFlags" flags="Qt::SplitBehavior"/> |
2308 | 2330 | <enum-type name="Qt::HighDpiScaleFactorRoundingPolicy"/> |
| 2331 | + <enum-type name="Qt::ContextMenuTrigger"/> |
| 2332 | + <enum-type name="Qt::TimerId"/> |
2309 | 2333 | </typesystem> |
0 commit comments