aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
diff options
context:
space:
mode:
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*">