Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp504 QString copyrightsHtmlFinal = copyrightsHtml; in copyrightsChanged() local
507 copyrightsHtmlFinal.prepend("<a href='https://www.mapbox.com/pricing'>" in copyrightsChanged()
512 copyrightsHtmlFinal = "<table><tr><th><img src='qrc:/mapboxgl/logo.png'/></th><th>" in copyrightsChanged()
513 + copyrightsHtmlFinal + "</th></tr></table>"; in copyrightsChanged()
516 QGeoMap::copyrightsChanged(copyrightsHtmlFinal); in copyrightsChanged()