From 4d3134b673faf5eb3c84e37bff25c8d678172ee3 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Mon, 6 Jan 2014 16:39:10 +1000 Subject: Use QVariantMap instead of QMap. It is shorter, easier to read, easier to type and it doesn't affect the ABI. Change-Id: Ic4d8a371d00b434ac84382dd75d8d82a963089cb Reviewed-by: Alex Blasche --- src/location/maps/qgeoserviceprovider_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/location/maps/qgeoserviceprovider_p.h') 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 ¶meters); + void loadPlugin(const QVariantMap ¶meters); void unload(); /* helper templates for generating the feature and manager accessors */ @@ -88,7 +88,7 @@ public: QGeoServiceProviderFactory *factory; QJsonObject metaData; - QMap parameterMap; + QVariantMap parameterMap; bool experimental; -- cgit v1.2.1