aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-05-07 08:48:39 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-05-07 12:07:17 +0000
commit7a6c26e52f621a2d5e6981e6a69d0a05c898f985 (patch)
treefb54c45ef3a525738eed1ea73687a35f39f6bd84 /sources/pyside2
parent91b93e1021ccc06d13e0d66a43bf7f9063faeff3 (diff)
PySide2/QtLocation: Remove temporary workaround for missing functions
Remove modifications, fixing: (location) signature 'loaderError()const' for function modification in 'QGeoServiceProvider' not found. (location) signature 'loaderErrorString()const' for function modification in 'QGeoServiceProvider' not found. Change-Id: I76874b9aad130bb678e7e181e5cd62317d6a49dc Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/PySide2/QtLocation/typesystem_location.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/pyside2/PySide2/QtLocation/typesystem_location.xml b/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
index 6792992cf..2d39e6549 100644
--- a/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
+++ b/sources/pyside2/PySide2/QtLocation/typesystem_location.xml
@@ -54,9 +54,6 @@
</object-type>
<value-type name="QGeoRouteSegment"/>
<object-type name="QGeoServiceProvider">
- <!-- Temporary workaround until qtlocation:8fbab5c949bf0fe1ec5e1e452a9c475681d7edc4 has landed -->
- <modify-function signature="loaderError()const" remove="all"/>
- <modify-function signature="loaderErrorString()const" remove="all"/>
<enum-type name="Error"/>
<enum-type name="RoutingFeature" flags="RoutingFeatures"/>
<enum-type name="GeocodingFeature" flags="GeocodingFeatures"/>