aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-01-25 16:48:55 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:51:49 -0300
commit494828092bc5f7853b4e63a6f94dfed8253115b5 (patch)
tree8f70597af71305b88f3bfdbb2d2875e4491cd134
parentdc661c9e6527d04604d42e234dd6ba46a8f9c879 (diff)
Fixed QFileDialog function calls with options in the last argument.
Fixes bug #590 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
-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 424c32345..65a98b2ba 100644
--- a/PySide/typesystem_templates.xml
+++ b/PySide/typesystem_templates.xml
@@ -179,7 +179,7 @@
</template>
<template name="return_for_QFileDialog">
- %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, %5);
+ %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, %5, %6);
%PYARG_0 = Shiboken::makeTuple(retval_, %4);
</template>
<template name="set_qapp_parent_for_orphan">