Skip to content

Commit 7040102

Browse files
usiemsjcfr
authored andcommitted
[Backport generator] QMutexLocker is a template now, don't know how to handle this
(cherry picked from commit MeVisLab/pythonqt@2b6f1ce)
1 parent 904b9db commit 7040102

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)