Searched refs:pluginName_ (Results 1 – 2 of 2) sorted by relevance
110 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 ==()
82 QByteArray pluginName_; variable