aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtXmlPatterns
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-01-31 10:06:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-01-31 12:39:18 +0000
commit10ee7b96ffa8d613f6545cc30d236c0ddbbd4d22 (patch)
tree75d96adbe89b5101700339ace5a3b517010337ad /sources/pyside2/PySide2/QtXmlPatterns
parent7d01bc033c3b903a6e3acbe693f7e2f3391ddb68 (diff)
PySide2: Fix some build warnings
- Add enum QJSValue::ErrorType - Add enum QWebEngineDownloadItem::DownloadType - Adapt suppressed warnings in XML class Change-Id: I0d598b256cf8f83253cdb7684dc4f8c3050a76e2 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2/QtXmlPatterns')
-rw-r--r--sources/pyside2/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml b/sources/pyside2/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml
index f3f689cf6..dedcfdd7c 100644
--- a/sources/pyside2/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml
+++ b/sources/pyside2/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml
@@ -86,7 +86,7 @@
<rejection class="QXmlNodeModelIndex" function-name="sequencedTypedValue"/>
<rejection class="QXmlNodeModelIndex" function-name="iterate"/>
<!-- ### This enum isn't part of Qt public API -->
- <suppress-warning text="enum 'QXmlNodeModelIndex::Axis' does not have a type entry or is not an enum"/>
+ <suppress-warning text="Enum 'QXmlNodeModelIndex::Axis' (class: QXmlNodeModelIndex) does not have a type entry"/>
<value-type name="QXmlNodeModelIndex">
<enum-type name="DocumentOrder"/>
<enum-type name="NodeKind"/>