Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype.cpp100 return d_ptr->night_; in night()
124 : style_(QGeoMapType::NoMap), mobile_(false), night_(false), mapId_(0) in QGeoMapTypePrivate()
130 …mobile_(other.mobile_), night_(other.night_), mapId_(other.mapId_), pluginName_(other.pluginName_), 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 ==()
H A Dqgeomaptype_p_p.h80 bool night_; variable