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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h
index fd81483c..6bfb9b26 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -72,6 +72,7 @@ public:
void loadMeta();
void loadPlugin(const QVariantMap &parameters);
void unload();
+ void filterParameterMap();
/* helper templates for generating the feature and manager accessors */
template <class Manager, class Engine>
@@ -84,6 +85,7 @@ public:
QJsonObject metaData;
QVariantMap parameterMap;
+ QVariantMap cleanedParameterMap;
bool experimental;