aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-02 17:33:51 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-02 17:45:55 -0200
commit7a4ea686d353141734a5dd64256e30ed5401c999 (patch)
treea8fd342c3fc74cdb01d390d5a1d84bb95e125042 /PySide/QtCore
parentd5a562f2159dc94e6c7cee1dfb771e63684c724d (diff)
Remove all "class" attribute from define-ownership tag, so the default value will be applied.
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index b8d453c4b..bbf43fdd1 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2247,7 +2247,7 @@
<object-type name="QAbstractFileEngineHandler">
<modify-function signature="create(const QString &amp;) const">
<modify-argument index="return">
- <define-ownership owner="c++" class="shell"/>
+ <define-ownership owner="c++"/>
</modify-argument>
</modify-function>
</object-type>