aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-01 12:39:19 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-02 14:02:19 +0200
commitc512b506b565578770c671b11afb78427ca8d012 (patch)
tree77cff853888db902219029ad777553514e2312e4 /sources/pyside6
parentbc85c54dadc02bd618f085c1fc55b7ba9d33c4c8 (diff)
shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6
Strip parameters of type Qt::Disambiguated_t similar to QPrivateSignal (see qtbase/0a3ff697380555538a0d035b768ddf10f772b55a). As this becomes more and more common, it saves the work of declaring those functions. Change-Id: I973b47ddcfa3ac40795885da0f4001a95ad108fd Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/PySide6/QtCore/typesystem_core_common.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
index 0d905b9c0..e9bbc6249 100644
--- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
+++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
@@ -1772,9 +1772,6 @@
<reference-count action="set"/>
</modify-argument>
</modify-function>
- <!-- FIXME PYSIDE 7: Remove this (QT6_DECL_NEW_OVERLOAD_TAIL) -->
- <modify-function signature="^moveToThread\(.*\)" remove="all"/>
- <declare-function signature="moveToThread(QThread*)" return-type="bool"/>
<modify-function signature="deleteLater()">
<modify-argument index="this">
<define-ownership owner="c++"/>