From: Dmitry Shachnev Date: Sat, 3 Feb 2024 21:29:00 +0000 (+0300) Subject: Modify sendCommand signatures to use 0 as default value X-Git-Tag: archive/raspbian/5.15.14-1+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3db625f1bd3930c195ef618cb7d7e0ce666919e9;p=pyside2.git 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 --- 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 @@ + + + + +