aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-05-25 14:55:24 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-05-28 16:00:47 -0300
commit2cb23734c85529a32e720b6f624fa6176a8e0a32 (patch)
tree52a5d0e28931dfc54c39abb4dfc0e8bbeaff07f1 /PySide
parent12e6ba386a733bd38105aacfa2d0304ac94ade67 (diff)
Adding test cases to cover QtDeclarative + fix inside typesystem.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtDeclarative/typesystem_declarative.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/PySide/QtDeclarative/typesystem_declarative.xml b/PySide/QtDeclarative/typesystem_declarative.xml
index 5770109be..30786e270 100644
--- a/PySide/QtDeclarative/typesystem_declarative.xml
+++ b/PySide/QtDeclarative/typesystem_declarative.xml
@@ -7,7 +7,13 @@
<object-type name="QDeclarativeComponent" />
<enum-type name="QDeclarativeComponent::Status" />
<object-type name="QDeclarativeContext" />
- <object-type name="QDeclarativeEngine" />
+ <object-type name="QDeclarativeEngine">
+ <modify-function signature="setNetworkAccessManagerFactory(QDeclarativeNetworkAccessManagerFactory*)">
+ <modify-argument index="1">
+ <parent index="this" action="add" />
+ </modify-argument>
+ </modify-function>
+ </object-type>
<enum-type name="QDeclarativeEngine::ObjectOwnership" />
<value-type name="QDeclarativeError" />
<object-type name="QDeclarativeExpression" />