aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-04-12 17:05:05 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:09 -0300
commit998084a7fe0fe87ed2ded049b5720819601851d7 (patch)
treeea34c578d996029cf8c21ee681c8b2e869d9abe4 /PySide
parent958394f5ec5dc38f12314db07222fb6f598bcd42 (diff)
Removes the removal of QMatrix4x4 call operators.
Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 711993940..70d3c7d7b 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -6176,13 +6176,6 @@
</inject-code>
</modify-function>
- <!-- ### The following operators are used to get the value from a given matrix position.
- They doesn't make sense in Python, but an implementation of the sequence protocol
- does. See bug 743.
- -->
- <modify-function signature="operator()(int, int)" remove="all"/>
- <modify-function signature="operator()(int, int)const" remove="all"/>
- <!-- ### -->
<!-- ### "constData() const" and "data() const" are unnecessary in Python and their function is performed by "data()". -->
<modify-function signature="data() const" remove="all"/>
<modify-function signature="constData() const" remove="all"/>