aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMaemo5
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-21 09:32:02 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-09-23 09:03:06 -0300
commit8048bd0c3bcdb1de33aa69d961402b355d6b07af (patch)
tree15c736c2180185e1940daf58c9c611abda42a306 /PySide/QtMaemo5
parentbf4b2c7660adc99b6a8b83748787f0ea078ad13b (diff)
Modified the type system files to make use of nested type declarations.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide/QtMaemo5')
-rw-r--r--PySide/QtMaemo5/typesystem_maemo5.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/PySide/QtMaemo5/typesystem_maemo5.xml b/PySide/QtMaemo5/typesystem_maemo5.xml
index 94adaa113..74715ea0d 100644
--- a/PySide/QtMaemo5/typesystem_maemo5.xml
+++ b/PySide/QtMaemo5/typesystem_maemo5.xml
@@ -21,8 +21,6 @@
<typesystem package="PySide.QtMaemo5">
<load-typesystem name="typesystem_gui.xml" generate="no"/>
- <enum-type name="QMaemo5ValueButton::ValueLayout"/>
-
<object-type name="QMaemo5AbstractPickSelector">
<modify-function signature="widget(QWidget*)">
<modify-argument index="return">
@@ -76,6 +74,7 @@
<object-type name="QMaemo5TimePickSelector"/>
<object-type name="QMaemo5ValueButton">
+ <enum-type name="ValueLayout"/>
<modify-function signature="setPickSelector(QMaemo5AbstractPickSelector*)">
<modify-argument index="1">
<parent index="this" action="add"/>