aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-16 15:32:03 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-16 15:46:53 +0000
commit0d76d339929d5d3ce4ace2230e5fce9edc2e57ee (patch)
treea2e3391af0e7300a2c6787c9abb3a433015579c9
parentd9fb961d6455431abc9ac28df4ac8a39bc68b5bd (diff)
typesystem_core_common.xml: Specify ComponentFormattingOption flags as list
The file is then valid XML. Change-Id: Ieafe62da7c08d2e1574612679cfff94d7f8c8d1b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--PySide2/QtCore/typesystem_core_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtCore/typesystem_core_common.xml b/PySide2/QtCore/typesystem_core_common.xml
index da0d9c68..9a2d74b6 100644
--- a/PySide2/QtCore/typesystem_core_common.xml
+++ b/PySide2/QtCore/typesystem_core_common.xml
@@ -2330,7 +2330,7 @@
</object-type>
<value-type name="QUrl" hash-function="PySide::hash">
<!-- Qt5: lots of changes -->
- <enum-type name="ComponentFormattingOption" flags="ComponentFormattingOptions" flags="FormattingOptions"/>
+ <enum-type name="ComponentFormattingOption" flags="ComponentFormattingOptions,FormattingOptions"/>
<!-- note: above duplication of attribute is not by default XML compliant! -->
<enum-type name="UrlFormattingOption" />
<enum-type name="UserInputResolutionOption" flags="UserInputResolutionOptions"/>