Searched refs:description_ (Results 1 – 2 of 2) sorted by relevance
90 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()152 … description_ == other.description_ && mobile_ == other.mobile_ && night_ == other.night_ && in operator ==()
78 QString description_; variable