Home
last modified time | relevance | path

Searched refs:setMapSource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice_p.h66 …Q_PROPERTY(QDeclarativeGeoMap *mapSource READ mapSource WRITE setMapSource NOTIFY mapSourceChanged)
79 void setMapSource(QDeclarativeGeoMap *mapSource);
H A Dqdeclarativegeomapcopyrightsnotice.cpp110 setMapSource(nullptr); in ~QDeclarativeGeoMapCopyrightNotice()
124 void QDeclarativeGeoMapCopyrightNotice::setMapSource(QDeclarativeGeoMap *map) in setMapSource() function in QDeclarativeGeoMapCopyrightNotice
H A Dqdeclarativegeomap.cpp643 m_copyrights->setMapSource(this); in mappingManagerInitialized()