Home
last modified time | relevance | path

Searched refs:copyRightMap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp304 const QString &copyRightMap, in TileProvider() argument
310 m_format(format), m_copyRightMap(copyRightMap), m_copyRightData(copyRightData), in TileProvider()
455 const QJsonValue copyRightMap = json.value(QLatin1String("MapCopyRight")); in onNetworkReplyFinished() local
459 || copyRightMap == QJsonValue::Undefined in onNetworkReplyFinished()
463 || !copyRightMap.isString() in onNetworkReplyFinished()
471 m_copyRightMap = copyRightMap.toString(); in onNetworkReplyFinished()
H A Dqgeotileproviderosm.h70 const QString &copyRightMap,