Home
last modified time | relevance | path

Searched refs:m_candidateFields (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()
165 attribute.setLabel(m_candidateFields.value(key, key)); // local name or key in parsePlaceResult()
175 contactDetail.setLabel(m_candidateFields.value(kPhoneKey, kPhoneKey)); // local name or key in parsePlaceResult()
H A Dplacesearchreply_esri.h72 const QHash<QString, QString> &m_candidateFields; variable