Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp156 QJsonObject::const_iterator brit = mapView.constFind(QLatin1String("BottomRight")); in checkLocation() local
157 if (brit == mapView.constEnd()) { in checkLocation()
160 } else if (!brit.value().isObject()) { in checkLocation()
164 QJsonObject bottomRight = brit.value().toObject(); in checkLocation()