aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
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/QtQml/typesystem_qml.xml
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/QtQml/typesystem_qml.xml')
-rw-r--r--sources/pyside2/PySide2/QtQml/typesystem_qml.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/QtQml/typesystem_qml.xml b/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
index 250d1ea81..ef370ad02 100644
--- a/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
+++ b/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
@@ -98,6 +98,7 @@
</add-function>
</object-type>
<value-type name="QJSValue">
+ <enum-type name="ErrorType" since="5.12"/>
<enum-type name="SpecialValue"/>
</value-type>
<object-type name="QJSValueIterator"/>