Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotilefetcher_nokia.cpp109 QString rawRequest = getRequestString(spec, ppi); in getTileImage() local
110 if (rawRequest.isEmpty()) { in getTileImage()
115 …QNetworkRequest netRequest((QUrl(rawRequest))); // The extra pair of parens disambiguates this fro… in getTileImage()