aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-15 18:33:41 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-23 11:09:48 -0300
commitf7afa613cf4b4a7a587d29855465e1db577fcd06 (patch)
treec0919bb603253e2e4123dd940b8230208d369650 /PySide/typesystem_templates.xml
parente5042dc193bbcb4b1566594d832076adfef5fd94 (diff)
Update modules to work without protect hack.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/typesystem_templates.xml')
-rw-r--r--PySide/typesystem_templates.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml
index 40e23458a..1de06a1d6 100644
--- a/PySide/typesystem_templates.xml
+++ b/PySide/typesystem_templates.xml
@@ -154,7 +154,7 @@
</template>
<template name="return_tuple_QValidator_QString_int">
- %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2);
+ %RETURN_TYPE retval_ = %RETURN_TYPE(%CPPSELF.%FUNCTION_NAME(%1, %2));
%PYARG_0 = Shiboken::makeTuple(retval_, %1, %2);
</template>