Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype.cpp90 return d_ptr->description_; in description()
129 : QSharedData(other), style_(other.style_), name_(other.name_), description_(other.description_), in QGeoMapTypePrivate()
140 : style_(style), name_(name), description_(description), mobile_(mobile), night_(night), in QGeoMapTypePrivate()
152description_ == other.description_ && mobile_ == other.mobile_ && night_ == other.night_ && in operator ==()
H A Dqgeomaptype_p_p.h78 QString description_; variable