aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-08-12 09:55:55 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-08-12 10:05:00 -0300
commit1cdc799701648aa8756d7eef756d97fccfe8a3b9 (patch)
tree23e5301d3f5f1a1e2f4f4b180e9b5b0290aec808
parentda8e8199550cca9863ac9c0310ce56b2cc63cb4b (diff)
Removed obsolete methods from QRegion.
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index d784ad62f..9afab4088 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -555,6 +555,10 @@
<!--### Obsolete in 4.3-->
<modify-function signature="operator&amp;=(QRect)" remove="all"/>
<modify-function signature="operator+=(QRect)" remove="all"/>
+ <modify-function signature="intersect(QRegion)" remove="all" />
+ <!--### Obsolete in 4.x-->
+ <modify-function signature="intersect(QRect)" remove="all" />
+ <!--### Obsolete in 4.x-->
</value-type>
<value-type name="QTextBlock" />
<value-type name="QTextBlockFormat" />