aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-02-12 14:53:57 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-18 18:29:26 -0300
commit7edc6b4ef1fb8ce2fd4decf10c084526509ce3c2 (patch)
tree7a667c975ad2f522b83f8f522776fe92ca6cdb20 /PySide/typesystem_templates.xml
parent89afc32e0ab9f3d0376f774fe334c7087a76d423 (diff)
Fixing typo in fix_arg,QRect* template
Reviewed by Marcelo Lira <marcelo.lira@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 0460d340b..e4bec4999 100644
--- a/PySide/typesystem_templates.xml
+++ b/PySide/typesystem_templates.xml
@@ -81,7 +81,7 @@
<template name="fix_args,QRect*">
QRect rect_;
%CPPSELF.%FUNCTION_NAME(%ARGUMENT_NAMES, &amp;rect_);
- return %CONVERTTOPYTHON[QRectF](rect_);
+ return %CONVERTTOPYTHON[QRect](rect_);
</template>
<template name="fix_char*">