Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp67 m_providerId = i; in QGeoTileProviderOsm()
189 m_providerId = m_providerList.indexOf(p); in disableRedirection()
212 if (m_providerId >= m_providerList.size() -1) { // no hope left in onResolutionError()
217 for (int i = m_providerId + 1; i < m_providerList.size(); ++i) { in onResolutionError()
218 m_providerId = i; in onResolutionError()
219 TileProvider *p = m_providerList[m_providerId]; in onResolutionError()
H A Dqgeotileproviderosm.h186 int m_providerId; variable