aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-05-03 16:08:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:18 -0300
commitc1f1b62957e498e39d5309670700e5cab9b3e0e1 (patch)
treeb748ca55335178fb7255fddaec6e413a48fbbad1 /PySide
parentfd2abb11f59740340532bb51ee17bc3c7138a4ac (diff)
Put back missing functions for class QItemSelection.
fixes bug #785. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index fb6f0976d..f0e135419 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -844,15 +844,7 @@
</modify-function>
</value-type>
- <value-type name="QItemSelection" >
- <!-- See bug 785 -->
- <modify-function signature="operator+(const QList&lt;QItemSelectionRange&gt;&amp;)const" remove="all"/>
- <modify-function signature="operator+=(const QList&lt;QItemSelectionRange&gt;&amp;)" remove="all"/>
- <modify-function signature="operator+=(const QItemSelectionRange&amp;)" remove="all"/>
- <modify-function signature="operator&lt;&lt;(const QList&lt;QItemSelectionRange&gt;&amp;)" remove="all"/>
- <modify-function signature="operator&lt;&lt;(QItemSelectionRange)" remove="all"/>
- <!-- ### -->
- </value-type>
+ <value-type name="QItemSelection" />
<value-type name="QMatrix">
<extra-includes>
<include file-name="QPainterPath" location="global"/>