From 1c0b49ebe6065b1e373cd8b5df92194f8dc13851 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 4 Feb 2024 00:29:00 +0300 Subject: [PATCH] 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(). Gbp-Pq: Name Modify-sendCommand-signatures.patch --- 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 @@ + + + + +