Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype.cpp110 return d_ptr->pluginName_; in pluginName()
130 …mobile_(other.mobile_), night_(other.night_), mapId_(other.mapId_), pluginName_(other.pluginName_), in QGeoMapTypePrivate()
141 …mapId_(mapId), pluginName_(pluginName), cameraCapabilities_(cameraCapabilities), metadata_(metadat… in QGeoMapTypePrivate()
151 return pluginName_ == other.pluginName_ && style_ == other.style_ && name_ == other.name_ && in operator ==()
H A Dqgeomaptype_p_p.h82 QByteArray pluginName_; variable