summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm/qgeocodereplyosm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeocodereplyosm.cpp')
-rw-r--r--src/plugins/geoservices/osm/qgeocodereplyosm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeocodereplyosm.cpp b/src/plugins/geoservices/osm/qgeocodereplyosm.cpp
index b1335a70..4354fba7 100644
--- a/src/plugins/geoservices/osm/qgeocodereplyosm.cpp
+++ b/src/plugins/geoservices/osm/qgeocodereplyosm.cpp
@@ -180,7 +180,7 @@ void QGeoCodeReplyOsm::networkReplyFinished()
QGeoLocation location;
location.setCoordinate(coordinate);
- location.setBoundingBox(rectangle);
+ location.setBoundingShape(rectangle);
location.setAddress(parseAddressObject(object));
if (m_includeExtraData)
injectExtra(location, object);