Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp173 QJsonObject::const_iterator brlonit = bottomRight.constFind(QLatin1String("Longitude")); in checkLocation() local
174 if (brlonit == bottomRight.constEnd()) { in checkLocation()
177 } else if (!brlonit.value().isDouble()) { in checkLocation()