diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2017-05-09 07:56:03 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2017-05-09 07:58:43 +0200 |
commit | 952d28d3453e65add5982163b56a30ff4560a894 (patch) | |
tree | 2d2d4f52309597c5d728431921f62c3b2fc9b0c4 /src/plugins/geoservices/esri/geomapsource.cpp | |
parent | cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb (diff) | |
parent | c598f11461a0791d1c5fccbf328b833722207ab0 (diff) | |
download | qtlocation-952d28d3453e65add5982163b56a30ff4560a894.tar.gz |
Merge remote-tracking branch 'gerrit/5.9.0' into 5.9
Change-Id: I0cb953c2ef6d6efaf6e1c181693bd9f30432fd9a
Diffstat (limited to 'src/plugins/geoservices/esri/geomapsource.cpp')
-rw-r--r-- | src/plugins/geoservices/esri/geomapsource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/geomapsource.cpp b/src/plugins/geoservices/esri/geomapsource.cpp index 32fe1899..19f284e6 100644 --- a/src/plugins/geoservices/esri/geomapsource.cpp +++ b/src/plugins/geoservices/esri/geomapsource.cpp @@ -68,7 +68,7 @@ static const MapStyleData mapStyles[] = GeoMapSource::GeoMapSource(QGeoMapType::MapStyle style, const QString &name, const QString &description, bool mobile, bool night, int mapId, const QString &url, const QString ©right) : - QGeoMapType(style, name, description, mobile, night, mapId), + QGeoMapType(style, name, description, mobile, night, mapId, "esri"), m_url(url), m_copyright(copyright) { } |