Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp80 QPlaceSearchReply(parent), m_candidateFields(candidateFields), m_countries(countries) in PlaceSearchReplyEsri()
183 geoAddress.setCountry(m_countries.value(keys.value(kCountryKey))); // mismatch code ISO2 vs ISO3 in parsePlaceResult()
H A Dplacesearchreply_esri.h73 const QHash<QString, QString> &m_countries; variable