Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp565 paramsSep[0] = m_urlTemplate.mid(min + 2, mid - min - 2); in setupProvider()
566 paramsSep[1] = m_urlTemplate.mid(mid + 2, max - mid - 2); in setupProvider()
648 url += paramsSep[0]; in tileAddress()
650 url += paramsSep[1]; in tileAddress()
H A Dqgeotileproviderosm.h119 QString paramsSep[2]; // what goes in between %x, %y and %z variable