aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-17 10:06:21 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-17 15:46:29 +0000
commit5ff4b168e8e2e44a330a35fce785fcff68c31b27 (patch)
tree9db72584eca4d300dd7c1357b424044417280e13 /sources/pyside6/PySide6
parent625417c4621d6b4fcf0c40c8128ba39161052f16 (diff)
Adapt to recent changes on Qt 6
- Adapt QPersistentModelIndex to qtbase/6bc1a1ec2f630d38d87ff14c8ab4c3fa5eba35be - Remove QList method from QXmlStreamAttributes which is no longer found. Change-Id: I81c7b825b4a6028292b672476908c4317191580d Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 868b3cce85dd07149be5dd416c71d3c700a4f4dc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'sources/pyside6/PySide6')
-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