From 2d036933cdc8ef0876663bf5ac0c7b4b8bc0bdbe Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Fri, 4 Jul 2025 10:17:34 +1000 Subject: python/pyside2: Update for version 5.15.17 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- python/pyside2/Modify-sendCommand-signatures.patch | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 python/pyside2/Modify-sendCommand-signatures.patch (limited to 'python/pyside2/Modify-sendCommand-signatures.patch') diff --git a/python/pyside2/Modify-sendCommand-signatures.patch b/python/pyside2/Modify-sendCommand-signatures.patch new file mode 100644 index 0000000000..7465b109f8 --- /dev/null +++ b/python/pyside2/Modify-sendCommand-signatures.patch @@ -0,0 +1,41 @@ +From: Dmitry Shachnev +Date: Sun, 4 Feb 2024 00:29:00 +0300 +Subject: Modify sendCommand signatures to use 0 as default value + +The original default value was QNodeCommand::CommandId(), and shiboken +copies it verbatim from the header file, however it does not work because +we do not generate "using namespace Qt3DCore;". + +0 is the same as QNodeCommand::CommandId(). +--- + sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml b/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml +index 8696a12..310595f 100644 +--- a/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml ++++ b/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml +@@ -58,6 +58,11 @@ + + + ++ ++ ++ ++ ++ + +