| 
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,7 +1134,6 @@ public:  | 
1133 | 1134 |     </inject-code>  | 
1134 | 1135 |   </value-type>  | 
1135 | 1136 | 
 
  | 
1136 |  | - | 
1137 | 1137 |   <value-type name="QBitArray">  | 
1138 | 1138 |     <modify-function signature="operator[](int)" remove="all"/>  | 
1139 | 1139 |     <modify-function signature="operator[](int)const" remove="all"/>  | 
@@ -2053,7 +2053,7 @@ public:  | 
2053 | 2053 |     </inject-code>  | 
2054 | 2054 |   </object-type>  | 
2055 | 2055 |   <rejection class="QCborStreamReader::StringResult" since-version="6.7"/>  | 
2056 |  | -    | 
 | 2056 | + | 
2057 | 2057 |   <object-type name="QCborValue" since-version="5.12">  | 
2058 | 2058 |     <modify-function signature="QCborValue(QCborTag, const QCborValue&)" remove="all"/>  | 
2059 | 2059 |     <modify-function signature="tag(QCborTag)const" remove="all"/>  | 
@@ -2227,12 +2227,20 @@ public:  | 
2227 | 2227 |   <object-type name="QCommandLineOption"/>  | 
2228 | 2228 |   <object-type name="QCommandLineParser"/>  | 
2229 | 2229 |   <enum-type name="QCommandLineParser::OptionsAfterPositionalArgumentsMode"/>  | 
 | 2230 | +  <enum-type name="QCommandLineParser::MessageType" since-version="6.9"/>  | 
2230 | 2231 |   <object-type name="QIdentityProxyModel"/>  | 
2231 | 2232 |   <object-type name="QJsonArray"/>  | 
2232 | 2233 |   <object-type name="QJsonDocument"/>  | 
2233 | 2234 |   <object-type name="QJsonObject"/>  | 
2234 | 2235 |   <object-type name="QJsonParseError"/>  | 
2235 |  | -  <object-type name="QJsonValue"/>  | 
 | 2236 | +  <object-type name="QJsonValue">  | 
 | 2237 | +    <!-- workaround to handle using declaration for an enum in another class -->  | 
 | 2238 | +    <!-- (currently not handled by the generator, handling needs to be added if this happens more often) -->  | 
 | 2239 | +    <inject-code class="pywrap-h" since-version="6.9">  | 
 | 2240 | +      public:  | 
 | 2241 | +      using JsonFormat = QJsonDocument::JsonFormat;  | 
 | 2242 | +    </inject-code>  | 
 | 2243 | +  </object-type>  | 
2236 | 2244 |   <object-type name="QFileSelector"/>  | 
2237 | 2245 |   <object-type name="QMarginsF"/>  | 
2238 | 2246 |   <object-type name="QLockFile"/>  | 
 | 
0 commit comments