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>
Thu, 8 Feb 2024 08:13:11 +0000 (11:13 +0300)
commit1c0b49ebe6065b1e373cd8b5df92194f8dc13851
tree322a7f5a70adecdc864a94e569abaf58aaf5ffc1
parent865f4a1126a87fc52111881ed3f6cc6be6a2ae31
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