aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-04-13 16:08:27 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:22 -0300
commitc057f74ce3c72d8a4d4a4f2a5357a5d3b7625fb2 (patch)
tree58b3cc5a0790538405c3e17c7628ed572fdc9b89 /PySide
parentad023b3cb5b2bcb1598983bccba0a49c56b9d58e (diff)
QPersistentModelIndex has its "operator const QModelIndex&() const" method back.
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 3856120bb..565c2c19b 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -976,8 +976,11 @@
Py_XINCREF(%PYARG_0);
</inject-code>
</modify-function>
- <!-- BUG 716 -->
- <modify-function signature="operator const QModelIndex&amp;()const" remove="all" />
+ <modify-function signature="operator const QModelIndex&amp;()const">
+ <modify-argument index="return">
+ <parent index="this" action="add"/>
+ </modify-argument>
+ </modify-function>
</value-type>
<value-type name="QUuid">
<enum-type name="Variant"/>