diff options
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> |
