We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c491f7 commit 3c66c45Copy full SHA for 3c66c45
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
@@ -545,6 +545,7 @@ def init_PySide6_QtCore():
545
# Here we manually set it to map to 'str'.
546
type_map_tuple.update({("PySide6.QtCore.QObject.setProperty", "char*"): str})
547
type_map_tuple.update({("PySide6.QtCore.QObject.property", "char*"): str})
548
+ type_map_tuple.update({("PySide6.QtCore.QObject.inherits", "char*"): str})
549
550
return locals()
551
0 commit comments