aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/QtCore/typesystem_core_common.xml')
-rw-r--r--sources/pyside6/PySide6/QtCore/typesystem_core_common.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
index e4a48bb25..4ee667ae6 100644
--- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
+++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
@@ -1545,8 +1545,7 @@
tag in Qt6? -->
<declare-function signature="QItemSelection()" return-type="QItemSelection" />
<!-- The __add__ function creates a result list, instead of using the inherited type.
- Solved for now by removing and re-adding with the correct type. -->
- <modify-function signature="operator+(QList&lt;QItemSelectionRange&gt;)const" remove="all" />
+ Fixed by adding with the correct type. -->
<add-function signature="operator+(QItemSelection)" return-type="QItemSelection">
<inject-code class="target" position="beginning" file="../glue/qtcore.cpp" snippet="qitemselection-add"/>
</add-function>