summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-04-02 13:43:52 +0200
committerAlex Blasche <alexander.blasche@qt.io>2020-04-02 16:46:27 +0200
commitdd6df42a6ae90cd349b9af2d00d53c5a0d3ed1ed (patch)
tree052e53fe3d6ff8a95d9c3e7a7c7ac0dafd123a88 /src/location/maps/qgeoserviceprovider_p.h
parent7711e7bcfae2c09688ecdaf587d580077889cce3 (diff)
downloadqtlocation-dd6df42a6ae90cd349b9af2d00d53c5a0d3ed1ed.tar.gz
Fix QHash/QMultiHash related deprecations warnings
Change-Id: I5ec9c700a0b69a556512efbd0bfd79c4c2119f9a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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 c6b03ce5..22dcedd6 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -121,8 +121,8 @@ public:
QLocale locale;
bool localeSet;
- static QHash<QString, QJsonObject> plugins(bool reload = false);
- static void loadPluginMetadata(QHash<QString, QJsonObject> &list);
+ static QMultiHash<QString, QJsonObject> plugins(bool reload = false);
+ static void loadPluginMetadata(QMultiHash<QString, QJsonObject> &list);
};
QT_END_NAMESPACE