summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeotilefetcher_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeotilefetcher_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeotilefetcher_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/geotestplugin/qgeotilefetcher_test.h b/tests/auto/geotestplugin/qgeotilefetcher_test.h
index 7affbc69..2f2754cf 100644
--- a/tests/auto/geotestplugin/qgeotilefetcher_test.h
+++ b/tests/auto/geotestplugin/qgeotilefetcher_test.h
@@ -130,7 +130,7 @@ public:
return mappingReply_;
}
- void setParams(const QMap<QString, QVariant> &parameters)
+ void setParams(const QVariantMap &parameters)
{
parameters_ = parameters;
}
@@ -174,7 +174,7 @@ private:
int timerId_;
QGeoTiledMapReply::Error errorCode_;
QString errorString_;
- QMap<QString, QVariant> parameters_;
+ QVariantMap parameters_;
QSize tileSize_;
};