| 
168 | 168 | <rejection class="ArgsType"/>  | 
169 | 169 | <rejection class="AsyncContinuation"/>  | 
170 | 170 | <rejection class="CanceledHandler"/>  | 
 | 171 | +<rejection class="CompactContinuation"  since-version="6.9"/>  | 
171 | 172 | <rejection class="Continuation"/>  | 
172 | 173 | <rejection class="ContinuationWrapper"/>  | 
173 | 174 | <rejection class="FailureHandler"/>  | 
 | 
239 | 240 |   <primitive-type name="qptrdiff"/>  | 
240 | 241 |   <primitive-type name="qsizetype"/>  | 
241 | 242 |   <primitive-type name="Qt::Disambiguated_t"/>  | 
242 |  | -    | 
 | 243 | + | 
243 | 244 |   <rejection class="qfloat16"/>  <!-- only used in QRgbaFloat template and QCborStreamReader/Writer so far -->  | 
244 | 245 | 
 
  | 
245 | 246 |   <value-type name="QModelIndex"/>  | 
@@ -1133,6 +1134,14 @@ public:  | 
1133 | 1134 |     </inject-code>  | 
1134 | 1135 |   </value-type>  | 
1135 | 1136 | 
 
  | 
 | 1137 | +  <value-type name="QJsonValue" since-version="6.9">  | 
 | 1138 | +<!-- workaround to handle using declaration for an enum in another class -->  | 
 | 1139 | +<!-- (currently not handled by the generator, handling needs to be added if this happens more often) -->  | 
 | 1140 | +    <inject-code class="pywrap-h">  | 
 | 1141 | +public:  | 
 | 1142 | +    using JsonFormat = QJsonDocument::JsonFormat;  | 
 | 1143 | +    </inject-code>  | 
 | 1144 | +  </value-type>  | 
1136 | 1145 | 
 
  | 
1137 | 1146 |   <value-type name="QBitArray">  | 
1138 | 1147 |     <modify-function signature="operator[](int)" remove="all"/>  | 
@@ -2053,7 +2062,7 @@ public:  | 
2053 | 2062 |     </inject-code>  | 
2054 | 2063 |   </object-type>  | 
2055 | 2064 |   <rejection class="QCborStreamReader::StringResult" since-version="6.7"/>  | 
2056 |  | -    | 
 | 2065 | + | 
2057 | 2066 |   <object-type name="QCborValue" since-version="5.12">  | 
2058 | 2067 |     <modify-function signature="QCborValue(QCborTag, const QCborValue&)" remove="all"/>  | 
2059 | 2068 |     <modify-function signature="tag(QCborTag)const" remove="all"/>  | 
@@ -2227,6 +2236,7 @@ public:  | 
2227 | 2236 |   <object-type name="QCommandLineOption"/>  | 
2228 | 2237 |   <object-type name="QCommandLineParser"/>  | 
2229 | 2238 |   <enum-type name="QCommandLineParser::OptionsAfterPositionalArgumentsMode"/>  | 
 | 2239 | +  <enum-type name="QCommandLineParser::MessageType" since-version="6.9"/>  | 
2230 | 2240 |   <object-type name="QIdentityProxyModel"/>  | 
2231 | 2241 |   <object-type name="QJsonArray"/>  | 
2232 | 2242 |   <object-type name="QJsonDocument"/>  | 
 | 
0 commit comments