diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-29 16:27:18 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-12-03 10:14:46 +0100 |
| commit | fabf994b23df20b51a889de467ab7cc095860bcb (patch) | |
| tree | d0b2e456e20147485d1597c7804e5c41cc65689f /sources/pyside6/PySide6/QtLocation | |
| parent | 89cd7289100776453edf6a1ad37359ebdbf47b29 (diff) | |
Add some missing bindings
Pick-to: 6.8
Task-number: PYSIDE-487
Change-Id: Ia20a9dbfc00e61781fb4be0fa0a205facbb82a1a
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtLocation')
| -rw-r--r-- | sources/pyside6/PySide6/QtLocation/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | sources/pyside6/PySide6/QtLocation/typesystem_location.xml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtLocation/CMakeLists.txt b/sources/pyside6/PySide6/QtLocation/CMakeLists.txt index db5777e04..659aa095e 100644 --- a/sources/pyside6/PySide6/QtLocation/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtLocation/CMakeLists.txt @@ -13,6 +13,7 @@ ${QtLocation_GEN_DIR}/qgeoroute_wrapper.cpp ${QtLocation_GEN_DIR}/qgeoroutereply_wrapper.cpp ${QtLocation_GEN_DIR}/qgeoroutesegment_wrapper.cpp ${QtLocation_GEN_DIR}/qgeoserviceprovider_wrapper.cpp +${QtLocation_GEN_DIR}/qlocation_wrapper.cpp ${QtLocation_GEN_DIR}/qplace_wrapper.cpp ${QtLocation_GEN_DIR}/qplacecontentreply_wrapper.cpp ${QtLocation_GEN_DIR}/qplacedetailsreply_wrapper.cpp diff --git a/sources/pyside6/PySide6/QtLocation/typesystem_location.xml b/sources/pyside6/PySide6/QtLocation/typesystem_location.xml index e35b7bd11..f3b5f0b2b 100644 --- a/sources/pyside6/PySide6/QtLocation/typesystem_location.xml +++ b/sources/pyside6/PySide6/QtLocation/typesystem_location.xml @@ -7,6 +7,9 @@ namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE"> <load-typesystem name="QtCore/typesystem_core.xml" generate="no"/> <load-typesystem name="QtPositioning/typesystem_positioning.xml" generate="no"/> + <namespace-type name="QLocation"> + <enum-type name="Visibility" flags="VisibilityScope"/> + </namespace-type> <object-type name="QGeoCodeReply"> <enum-type name="Error"/> </object-type> |
