From 8dd72c2630bba9e18248764c554080dc06fdee5f Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 18 Aug 2011 14:32:53 -0300 Subject: Updated QtDeclarative's type system. --- PySide/QtDeclarative/typesystem_declarative.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'PySide/QtDeclarative') diff --git a/PySide/QtDeclarative/typesystem_declarative.xml b/PySide/QtDeclarative/typesystem_declarative.xml index a72f601bf..56c774eca 100644 --- a/PySide/QtDeclarative/typesystem_declarative.xml +++ b/PySide/QtDeclarative/typesystem_declarative.xml @@ -46,7 +46,8 @@ - %PYARG_0 = %CONVERTTOPYTHON[int](PySide::qmlRegisterType(%1, %2, %3, %4, %5)); + int %0 = PySide::qmlRegisterType(%ARGUMENT_NAMES); + %PYARG_0 = %CONVERTTOPYTHON[int](%0); -- cgit v1.2.3