Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.h56 void setPlaceId(const QString &placeId) { m_placeId = placeId; } in setPlaceId()
65 QString m_placeId; variable
H A Dqplacedetailsreplyimpl.cpp339 .arg(m_placeId)); in replyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp670 m_placeId(other.m_placeId), in QPlacePrivateDefault()
741 return m_placeId; in placeId()
746 m_placeId = placeIdentifier; in setPlaceId()
H A Dqplace_p.h156 QString m_placeId; variable