Skip to content

Commit 2b6f1ce

Browse files
committed
QMutexLocker is a template now, don't know how to handle this
1 parent f6f00fe commit 2b6f1ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/typesystem_core.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,8 @@
13171317
<object-type name="QLibraryInfo"/>
13181318
<object-type name="QMutex"/>
13191319
<object-type name="QRecursiveMutex"/>
1320-
<value-type name="QMutexLocker">
1320+
<!-- QMutexLocker is a template in Qt6, we need to figure out what to do with it... -->
1321+
<value-type name="QMutexLocker" before-version="6">
13211322
<!-- special handling for context handlers -->
13221323
<inject-code class="pywrap-operators">PythonQt::Type_EnterExit</inject-code>
13231324
<inject-code class="pywrap-h">

0 commit comments

Comments
 (0)