aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtHelp
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-04-13 17:55:53 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-04-15 12:17:32 -0300
commit2de4b9385917ff3d0616cf9967295d412f89297f (patch)
tree5b92377699865e29809c8bbfb081a5549a5461bf /PySide/QtHelp
parent24249a4538756ba19d1cef29b5db98680d29105e (diff)
Removed unecessary inject code on QtHelp typesystem.
Renamed unittest to standard name with test in the end of filename to be detected by test suite. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtHelp')
-rw-r--r--PySide/QtHelp/typesystem_help.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/PySide/QtHelp/typesystem_help.xml b/PySide/QtHelp/typesystem_help.xml
index fecd3fbcd..3e1d07966 100644
--- a/PySide/QtHelp/typesystem_help.xml
+++ b/PySide/QtHelp/typesystem_help.xml
@@ -6,24 +6,13 @@
<enum-type name="QHelpSearchQuery::FieldName"/>
<value-type name="QHelpContentItem">
- <modify-function signature="child(int) const">
- <modify-argument index="return">
- <parent index="this" action="add"/>
- </modify-argument>
- </modify-function>
<modify-function signature="parent() const">
<modify-argument index="return">
- <define-ownership owner="target"/>
+ <define-ownership owner="default"/>
</modify-argument>
</modify-function>
</value-type>
- <object-type name="QHelpContentModel">
- <modify-function signature="contentItemAt(const QModelIndex &amp;) const">
- <modify-argument index="return">
- <parent index="this" action="add"/>
- </modify-argument>
- </modify-function>
- </object-type>
+ <object-type name="QHelpContentModel"/>
<object-type name="QHelpContentWidget"/>
<object-type name="QHelpEngine" />
<object-type name="QHelpEngineCore"/>