Searched refs:m_maxSubdomains (Results 1 – 2 of 2) sorted by relevance
56 , m_maxSubdomains(0) in QGeoUriProvider()63 if (m_maxSubdomains) { in getCurrentHost()64 …QString result(m_firstSubdomain.toLatin1() + QRandomGenerator::global()->bounded(m_maxSubdomains)); in getCurrentHost()76 m_maxSubdomains = host.at(2).toLatin1() - host.at(0).toLatin1() + 1; in setCurrentHost()81 m_maxSubdomains = 0; in setCurrentHost()
71 unsigned char m_maxSubdomains; variable