Home
last modified time | relevance | path

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

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp198 QJsonObject::const_iterator tllonit = topLeft.constFind(QLatin1String("Longitude")); in checkLocation() local
199 if (tllonit == bottomRight.constEnd()) { in checkLocation()
202 } else if (!tllonit.value().isDouble()) { in checkLocation()