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>
Sun, 14 Apr 2024 20:48:11 +0000 (23:48 +0300)
commit3db625f1bd3930c195ef618cb7d7e0ce666919e9
tree80bb84d9b077203128b277e1cb4d2c7879a32562
parent7c559b37b97d25bfe549a37f1bb1b7303f356fe6
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