Modify sendCommand signatures to use 0 as default value
authorDmitry Shachnev <mitya57@debian.org>
Sat, 3 Feb 2024 21:29:00 +0000 (00:29 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 25 Jun 2024 20:47:03 +0000 (23:47 +0300)
commit18bebed97c8397f21b1d1241b80c268e8bc667a3
tree34e4535e6f9c817b0d5361375ff36c8cc3a00330
parentff80ad2d9efc38941c4c4436766dda3145670e14
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