summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceprovider_p.h')
-rw-r--r--src/location/maps/qgeoserviceprovider_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h
index 1ec19c89..1d92149e 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -75,7 +75,7 @@ public:
~QGeoServiceProviderPrivate();
void loadMeta();
- void loadPlugin(const QMap<QString, QVariant> &parameters);
+ void loadPlugin(const QVariantMap &parameters);
void unload();
/* helper templates for generating the feature and manager accessors */
@@ -88,7 +88,7 @@ public:
QGeoServiceProviderFactory *factory;
QJsonObject metaData;
- QMap<QString, QVariant> parameterMap;
+ QVariantMap parameterMap;
bool experimental;