aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-21 17:18:33 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-09-21 17:35:10 -0300
commitfccfafe71fdf148fca9b6c0c9b09feccd57cf0ec (patch)
treeb0f83aa03d756d375671b50db2b7622aff0273fe /PySide
parentc41f0dc385335890cacdb830054e24d34acd0246 (diff)
Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.
Also suppressed warning about _ISalnum enum from ctypes.h Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index f10ed0709..ced3194b5 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -115,6 +115,12 @@
<enum-type name="QElapsedTimer::ClockType" since="4.7"/>
+ <enum-type identified-by-value="QML_HAS_ATTACHED_PROPERTIES">
+ <extra-includes>
+ <include file-name="Qt/qdeclarative.h" location="global"/>
+ </extra-includes>
+ </enum-type>
+
<!-- From Qt4.6 ^^^ -->
<primitive-type name="qint8"/>
<primitive-type name="qint16"/>
@@ -2546,6 +2552,7 @@
<object-type name="QFactoryInterface"/>
+ <suppress-warning text="enum '_ISalnum' does not have a type entry or is not an enum" />
<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"/>