|
33 | 33 | <rejection class="QAtomicOps"/> |
34 | 34 | <rejection class="QAtomicOpsSupport"/> |
35 | 35 | <rejection class="QAtomicOpsSupport>"/> |
| 36 | +<rejection class="QAtomicScopedValueRollback" since-version="6.7"/> |
36 | 37 | <rejection class="QAtomicTraits"/> |
37 | 38 | <rejection class="QBaseIterator"/> |
38 | 39 | <rejection class="QBasicAtomicInteger"/> |
|
78 | 79 | <rejection class="QScopedPointerObjectDeleteLater"/> |
79 | 80 | <rejection class="QScopedValueRollback"/> |
80 | 81 | <rejection class="QSequentialIterable"/> |
| 82 | +<rejection class="QSpan"/> |
81 | 83 |
|
82 | 84 | <rejection class="QStaticArrayData"/> |
83 | 85 | <rejection class="QStaticAssertFailure"/> |
84 | 86 | <rejection class="QStaticByteArrayData"/> |
85 | 87 | <rejection class="QStaticPlugin"/> |
86 | 88 | <rejection class="QStaticStringData"/> |
| 89 | +<rejection class="QStaticLatin1StringMatcher"/> |
87 | 90 | <rejection class="QStringBuilderBase"/> |
88 | 91 | <rejection class="QStringBuilderCommon"/> |
89 | 92 | <rejection class="QStringDataPtr"/> |
|
265 | 268 | <rejection class="Qt" function-name="qt_getEnumName"/> |
266 | 269 | <rejection class="Qt" function-name="qt_getEnumMetaObject"/> |
267 | 270 |
|
| 271 | + <!-- new Qt ordering regime (since 6.7) --> |
| 272 | + <rejection class="Qt::strong_ordering"/> |
| 273 | + <rejection class="Qt::weak_ordering"/> |
| 274 | + <rejection class="Qt::partial_ordering"/> |
| 275 | + |
268 | 276 | <rejection class="QSharedPointer"/> |
269 | 277 | <rejection class="QWeakPointer"/> |
270 | 278 | <rejection class="QFuture::const_iterator"/> |
@@ -990,6 +998,7 @@ public: |
990 | 998 | <modify-function signature="operator=(QDateTime)" remove="all"/> |
991 | 999 | </value-type> |
992 | 1000 | <enum-type name="QDateTime::YearRange"/> |
| 1001 | + <enum-type name="QDateTime::TransitionResolution" since-version="6.7"/> |
993 | 1002 |
|
994 | 1003 | <value-type name="QDir"> |
995 | 1004 | <modify-function signature="QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)"> |
@@ -1466,6 +1475,7 @@ public: |
1466 | 1475 | </object-type> |
1467 | 1476 | <object-type name="QLibraryInfo"/> |
1468 | 1477 | <value-type name="QVersionNumber"/> |
| 1478 | + <rejection class="QVersionNumber::SegmentStorage" since-version="6.7"/> |
1469 | 1479 | <object-type name="QMutex"/> |
1470 | 1480 | <object-type name="QRecursiveMutex" since-version="5.14"/> |
1471 | 1481 | <value-type name="QMutexLocker" before-version="6"> |
@@ -2021,6 +2031,8 @@ public: |
2021 | 2031 | } |
2022 | 2032 | </inject-code> |
2023 | 2033 | </object-type> |
| 2034 | + <rejection class="QCborStreamReader::StringResult" since-version="6.7"/> |
| 2035 | + |
2024 | 2036 | <object-type name="QCborValue" since-version="5.12"> |
2025 | 2037 | <modify-function signature="QCborValue(QCborTag, const QCborValue&)" remove="all"/> |
2026 | 2038 | <modify-function signature="tag(QCborTag)const" remove="all"/> |
|
0 commit comments