aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-06-15 20:15:56 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-06-15 20:34:02 -0300
commit7fc3d5137ffa9a5df57ae84e739e4d4fbb6251b6 (patch)
treefb77e865de297a043967b2b08cd896c14082837f /PySide/QtCore
parenta103f6bb83ca1664a093583daf5a6c658de19840 (diff)
Add suppress message for yet another weird message from the C++ parser.
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 1ba86e484..8555f65c2 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2478,4 +2478,5 @@
<suppress-warning text="unmatched enum ~0u"/>
<suppress-warning text="unmatched enum (sizeof(void*)&lt;&lt;3)"/>
<suppress-warning text="signature 'setCustomType(float)' for function modification in 'QEasingCurve' not found. Possible candidates: setCustomType(double) in QEasingCurve"/>
+ <suppress-warning text="enum 'enum_4' does not have a type entry or is not an enum" />
</typesystem>