aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-09 14:21:32 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-09 18:23:48 -0300
commitf9e2b8a5c5087bbb6570b64667bd4ab91f326b78 (patch)
tree651bb7c53b6f09dff97aac91a432d40b940ea647 /PySide/QtCore
parent4d699fd85d0e6726f4100bcd4b382dc2185c1435 (diff)
Suppress some known warnings from apiextractor.
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 fd465d9d7..7fa63583b 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -3052,4 +3052,8 @@
<suppress-warning text="signal '*' in class '*' is overloaded."/>
<suppress-warning text="enum 'enum_3' does not have a type entry or is not an enum"/>
<suppress-warning text="Shadowing: QFile::fileName() const and QTemporaryFile::fileName() const"/>
+ <suppress-warning text="enum 'QtValidLicenseForDeclarativeModule' does not have a type entry or is not an enum"/>
+ <suppress-warning text="unhandled enum value: ~0u in Qt::GestureType"/>
+ <suppress-warning text="unmatched enum ~0u"/>
+ <suppress-warning text="signature 'setCustomType(float)' for function modification in 'QEasingCurve' not found. Possible candidates: setCustomType(double) in QEasingCurve"/>
</typesystem>