aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtCore
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-17 10:06:21 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-17 13:33:04 +0100
commit868b3cce85dd07149be5dd416c71d3c700a4f4dc (patch)
tree2400804eb1edf23acd94a7af5eb3f3ca79b68ac7 /sources/pyside6/PySide6/QtCore
parentc25840f139aeff565808d37cec07cefb60607474 (diff)
Adapt to recent changes on Qt 6
- Adapt QPersistentModelIndex to qtbase/6bc1a1ec2f630d38d87ff14c8ab4c3fa5eba35be - Remove QList method from QXmlStreamAttributes which is no longer found. Pick-to: 6.0 Change-Id: I81c7b825b4a6028292b672476908c4317191580d Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/PySide6/QtCore')
-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 4baa5656b..cf0bd2c0d 100644
--- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
+++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
@@ -1213,7 +1213,7 @@
<insert-template name="return_internal_pointer" />
</inject-code>
</modify-function>
- <modify-function signature="operator const QModelIndex&amp;()const">
+ <modify-function signature="operator QModelIndex()const">
<modify-argument index="return">
<parent index="this" action="add"/>
</modify-argument>
@@ -2688,7 +2688,6 @@
<modify-function signature="pop_front()" remove="all"/>
<modify-function signature="toList()const" remove="all"/>
<!-- Remove methods from QList -->
- <modify-function signature="value(qsizetype,const QXmlStreamAttribute&amp;) const" remove="all"/>
<modify-function signature="fromList(const QList&lt;QXmlStreamAttribute&gt; &amp;)" remove="all"/>
<modify-function signature="operator+=(QVector&lt;QXmlStreamAttribute&gt;)" remove="all"/>
<!-- Expose operator==, != inherited from QList, which the parser does