aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-09-01 17:35:43 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-09-01 17:35:43 -0300
commitcfcd31973d8af9db11a4f384c5d33481fd4711fd (patch)
tree4427974707092fc13bae3fe0466b81552c13d76f
parent145fe577d2228d98db6d7703f8e95f1a1a4f5f79 (diff)
put back suppress warning for "Shadowing" message.
-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 04bd5e0d5..2d424afaf 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2483,4 +2483,5 @@
<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" />
<suppress-warning text="enum 'enum_5' does not have a type entry or is not an enum" />
+ <suppress-warnign text="Shadowing: *" />
</typesystem>