aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-08-08 16:17:41 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-08-10 10:47:39 +0000
commita1bdb73f996c1c7a340984d64143d8580b2273c3 (patch)
treea8d7128d653f7ebb1d4cd286ec815fbde570da32 /sources
parent96f9cff29a68456a1a0bb938d9f84391d8072115 (diff)
QtLocation: add missing enums
Task-number: PYSIDE-487 Change-Id: I182156694d085c9a021a982b2d71ae1f25fbb9a8 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside2/PySide2/QtLocation/typesystem_location.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/sources/pyside2/PySide2/QtLocation/typesystem_location.xml b/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
index 309652864..794c1f3ef 100644
--- a/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
+++ b/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
@@ -87,7 +87,9 @@
<value-type name="QPlaceAttribute"/>
<value-type name="QPlaceCategory"/>
<value-type name="QPlaceContactDetail"/>
- <value-type name="QPlaceContent"/>
+ <value-type name="QPlaceContent">
+ <enum-type name="Type"/>
+ </value-type>
<value-type name="QPlaceContentRequest"/>
<object-type name="QPlaceEditorial"/>
<object-type name="QPlaceImage"/>
@@ -106,7 +108,9 @@
<object-type name="QPlaceSearchRequest">
<enum-type name="RelevanceHint"/>
</object-type>
- <object-type name="QPlaceSearchResult"/>
+ <object-type name="QPlaceSearchResult">
+ <enum-type name="SearchResultType"/>
+ </object-type>
<object-type name="QPlaceSearchSuggestionReply"/>
<value-type name="QPlaceSupplier"/>
</typesystem>