summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp')
-rw-r--r--src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp b/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp
index 0b128556..9fe0da8c 100644
--- a/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp
+++ b/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp
@@ -60,7 +60,7 @@ void QGeoTileFetcherMapbox::setUserAgent(const QByteArray &userAgent)
m_userAgent = userAgent;
}
-void QGeoTileFetcherMapbox::setMapIds(const QVector<QString> &mapIds)
+void QGeoTileFetcherMapbox::setMapIds(const QList<QString> &mapIds)
{
m_mapIds = mapIds;
}