aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-06-08 10:47:27 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-06-08 10:47:27 -0300
commit0f33e1d3d84f9c1d8540a64ab9ba8dbc0c73d0d9 (patch)
tree7110d27a4f095ff575b3854b757ceadaa797232d /PySide/QtCore
parentab918abc1e103e0ca86939f7d057e8a44ac8a4ef (diff)
Updating QEasingCurve and QTest to compile for ARMEL platforms.
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 9711e2da6..3b3a46b00 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2663,13 +2663,12 @@
<rejection class="QContiguousCache"/>
+ <!-- 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 -->
+ <rejection class="QEasingCurve" function-name="setCustomType"/>
<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>
<object-type name="QEventTransition">