aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-12 11:50:55 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:35 -0300
commit9ef344629ad058ff946fd789355acdd6f2b8a68c (patch)
tree1569108475d44b77984b7407bca67a8ca67f6a45
parent794104582e2e8655d2e0f6564185a9ccc312fb62 (diff)
Removed polymorphic-id-expression from QDeclarativeItem.
Fixes bug #925. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
-rw-r--r--PySide/QtDeclarative/typesystem_declarative.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtDeclarative/typesystem_declarative.xml b/PySide/QtDeclarative/typesystem_declarative.xml
index bf9a57590..e0c7b6d43 100644
--- a/PySide/QtDeclarative/typesystem_declarative.xml
+++ b/PySide/QtDeclarative/typesystem_declarative.xml
@@ -98,7 +98,7 @@
<object-type name="QDeclarativeImageProvider">
<enum-type name="ImageType" />
</object-type>
- <object-type name="QDeclarativeItem" polymorphic-id-expression="qgraphicsitem_cast&lt;QDeclarativeItem*>(%1)">
+ <object-type name="QDeclarativeItem">
<extra-includes>
<include file-name="pysideqmlregistertype.h" location="local"/>
</extra-includes>