aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-03-09 17:17:43 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:02 -0300
commite8a8e3c63e85524bc2edfec1fccf2104cda87f38 (patch)
treefebb6b9ac413eaf3603b5177495c1f068d8c08b1 /PySide
parentc453a7ca2bc1ca5f752c1defec43ac1d65f7b997 (diff)
Removed parent policy from QLabel.setPixmap.
This is not a parent transfer because the function receives a "const &" and stores a copy of the pixmap. Fixes bug #714. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index e1a6f40fc..8c2c0ed63 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -3979,12 +3979,6 @@
<parent index="this" action="add"/>
</modify-argument>
</modify-function>
-
- <modify-function signature="setPixmap(const QPixmap&amp;)">
- <modify-argument index="1">
- <parent index="this" action="add"/>
- </modify-argument>
- </modify-function>
</object-type>