aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-06-16 18:16:17 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-06-17 09:35:39 -0300
commitef7eb0fca443ca1df624034c6e6ede597f2dab3c (patch)
tree05e50c5bd9627f6e083ff9a3fec0069b7f11321c /PySide/typesystem_templates.xml
parentcdde96f3a4c12c03ec8272d1e75c2f4a30e29cf6 (diff)
Fix the template used by QFileDialog methods.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide/typesystem_templates.xml')
-rw-r--r--PySide/typesystem_templates.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml
index 8bc9eb5ba..40e23458a 100644
--- a/PySide/typesystem_templates.xml
+++ b/PySide/typesystem_templates.xml
@@ -159,8 +159,8 @@
</template>
<template name="return_for_QFileDialog">
- %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2);
- %PYARG_0 = Shiboken::makeTuple(retval_, %1, %2);
+ %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, %5);
+ %PYARG_0 = Shiboken::makeTuple(retval_, %4);
</template>
</typesystem>