Searched refs:m_customProxyToken (Results 1 – 2 of 2) sorted by relevance
54 , m_customProxyToken(token) in QGeoIntrinsicNetworkAccessManager()63 if (proxy.isEmpty() && !m_customProxyToken.isEmpty()) in configure()64 proxy = parameters.value(m_customProxyToken).toString(); in configure()
60 const QString m_customProxyToken; variable