Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeointrinsicnetworkaccessmanager.cpp54 , m_customProxyToken(token) in QGeoIntrinsicNetworkAccessManager()
63 if (proxy.isEmpty() && !m_customProxyToken.isEmpty()) in configure()
64 proxy = parameters.value(m_customProxyToken).toString(); in configure()
H A Dqgeointrinsicnetworkaccessmanager.h60 const QString m_customProxyToken; variable