aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 67d48f79f..1f50621cd 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2836,6 +2836,10 @@
<value-type name="QEasingCurve">
<modify-function signature="customType() const" remove="all"/>
+ <!-- FIXME: setCustomType() actually takes a pointer to function type
+ (EasingFunction), but for some reason apiextractor thinks it is a float/double:
+ http://bugs.openbossa.org/show_bug.cgi?id=201 -->
+ <modify-function signature="setCustomType(float)" remove="all"/>
<modify-function signature="setCustomType(double)" remove="all"/>
</value-type>