aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-08-17 18:20:54 +0200
committerChristian Tismer <tismer@stackless.com>2022-08-18 19:52:43 +0200
commitefa8b516574357d15bb33de3640638b826038b75 (patch)
treefe57a1277b4549218bb456a90ea66c7788db032f
parent5e4a830f2aa5e27e203fc0a4fc482b339d9106a4 (diff)
signature: Update, cleanup and install signature test, 6.3 fix
There was a forgotten test that was never fixed in 6.3 Not cherry-picked, handled there directly. Task-number: PYSIDE-510 Change-Id: Icb22c8ebb38c5624a67159056569cc1bc8471941 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py b/sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
index 6bd63ad77..dbc4596a2 100644
--- a/sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
+++ b/sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
@@ -670,6 +670,7 @@ def init_PySide6_QtHttpServer():
def init_testbinding():
type_map.update({
"testbinding.PySideCPP2.TestObjectWithoutNamespace": testbinding.TestObjectWithoutNamespace,
+ "testbinding.FlagsNamespace.Options": testbinding.Option,
"FlagsNamespace.Option.NoOptions": 0,
"StdIntList": typing.List[int],
'Str("")': str(""),