aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-05-07 15:47:46 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-05-07 15:57:51 -0300
commit4fb103abfabf0f4b5f2c21258330647d0377ce1b (patch)
tree8b8acb81cf9477929b686b8ceeb61e878f6f915b /PySide/QtCore
parentf34be7e312e71430580e7168c9b52d33126b71e8 (diff)
Removed undocumented enum from QtCore.
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 375ffa1b4..aa3a2c636 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -87,7 +87,6 @@
<enum-type name="Qt::GestureState"/>
<enum-type name="Qt::CoordinateSystem"/>
<enum-type name="Qt::TileRule"/>
- <enum-type name="Qt::Initialization"/>
<enum-type name="Qt::AnchorPoint"/>
<enum-type name="Qt::NavigationMode"/>
<enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints"/>
@@ -2824,6 +2823,7 @@
<object-type name="QFactoryInterface"/>
+ <suppress-warning text="enum 'Qt::Initialization' does not have a type entry or is not an enum" />
<suppress-warning text="signature 'contais(QXmlStreamAttribute)' for function modification in 'QXmlStreamAttributes' not found."/>
<suppress-warning text="signature 'findChildren(QRegExp)const' for function modification in 'QObject' not found"/>
<suppress-warning text="signature 'findChildren(QString)const' for function modification in 'QObject' not found."/>