Home
last modified time | relevance | path

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

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/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()