Searched refs:m_providerId (Results 1 – 2 of 2) sorted by relevance
67 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()
186 int m_providerId; variable