aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-03 15:03:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:18 -0300
commit71cd11a1c3b746b55c31bb818598f26a454992a4 (patch)
tree3aedc198799c29a44658a53ecd86229e224cc6ff /PySide
parentd03ba5bb656c8b1a40dbbec5a2197f1f78cf6e30 (diff)
Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj reference"
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 75ff05e47..fb6f0976d 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -6428,7 +6428,7 @@
<object-type name="QGraphicsEffectSource"/>
-->
- <object-type name="QGraphicsObject" polymorphic-id-expression="qgraphicsitem_cast&lt;QGraphicsObject*>(%1)" />
+ <object-type name="QGraphicsObject" />
<object-type name="QGraphicsOpacityEffect"/>
<object-type name="QGraphicsRotation"/>
<object-type name="QGraphicsScale"/>