We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f00fe commit 2b6f1ceCopy full SHA for 2b6f1ce
generator/typesystem_core.xml
@@ -1317,7 +1317,8 @@
1317
<object-type name="QLibraryInfo"/>
1318
<object-type name="QMutex"/>
1319
<object-type name="QRecursiveMutex"/>
1320
- <value-type name="QMutexLocker">
+ <!-- QMutexLocker is a template in Qt6, we need to figure out what to do with it... -->
1321
+ <value-type name="QMutexLocker" before-version="6">
1322
<!-- special handling for context handlers -->
1323
<inject-code class="pywrap-operators">PythonQt::Type_EnterExit</inject-code>
1324
<inject-code class="pywrap-h">
0 commit comments