Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h81 TiledMapReplyTest* mappingReply = new TiledMapReplyTest(spec, this); in getTileImage() local
110 mappingReply->callSetMapImageData(bytes); in getTileImage()
111 mappingReply->callSetMapImageFormat("png"); in getTileImage()
114 updateRequest(mappingReply); in getTileImage()
115 return mappingReply; in getTileImage()
119 m_queue.append(mappingReply); in getTileImage()
122 return mappingReply; in getTileImage()
146 void updateRequest(TiledMapReplyTest* mappingReply) in updateRequest() argument
149 mappingReply->callSetError(errorCode_, errorString_); in updateRequest()
150 emit tileError(mappingReply->tileSpec(), errorString_); in updateRequest()
[all …]