aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/qmlapp/main.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-12-09 12:22:24 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-12-10 11:18:21 +0100
commitcb38ea521d968333b8bac52f5716929d8801c064 (patch)
treef5b4a53de51b95ea20ab1d1c3eb8aca7ec7a14f6 /sources/pyside6/doc/tutorials/qmlapp/main.py
parent0bddbf09f586920ac670f3acba0852ec89d82a4e (diff)
shiboken6: Fix warnings about unmatched comparison operator modifications
After change dd8440dff6ecb7af812a3fb4d7a3f54c4de6f99a, reverse free comparison operators are ignored to suppress duplicated code generation. This causes some warnings about unmatched comparison operator modifications. Fix them by using member function signatures and removing duplicated entries. [ChangeLog][shiboken6] Non-homogeneous reverse free comparison operators (trailing class argument) are now ignored by the code generator, potentially causing warnings about unmatched comparison operator modifications. The warnings can be ignored, or, the modification signatures can be rewritten to be const member operators, which is the recommended way to ensure compatibility with C++ 20 operator synthesis. Task-number: PYSIDE-3245 Change-Id: I74ea0613c774497ab41f6b19d5f3749846b7e8ec Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/qmlapp/main.py')
0 files changed, 0 insertions, 0 deletions