Searched refs:copyRightMap (Results 1 – 2 of 2) sorted by relevance
304 const QString ©RightMap, in TileProvider() argument310 m_format(format), m_copyRightMap(copyRightMap), m_copyRightData(copyRightData), in TileProvider()455 const QJsonValue copyRightMap = json.value(QLatin1String("MapCopyRight")); in onNetworkReplyFinished() local459 || copyRightMap == QJsonValue::Undefined in onNetworkReplyFinished()463 || !copyRightMap.isString() in onNetworkReplyFinished()471 m_copyRightMap = copyRightMap.toString(); in onNetworkReplyFinished()
70 const QString ©RightMap,