Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp281 QJsonObject viewObject = viewElement.toObject(); in checkDocument() local
282 QJsonObject::const_iterator voit = viewObject.constFind(QLatin1String("Result")); in checkDocument()
283 if (voit == viewObject.constEnd()) { in checkDocument()