Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeocodingmanagerengine_test.h74 GeocodeReplyTest *geocodereply = new GeocodeReplyTest(); in geocode() local
75 geocodereply->callSetLimit(limit); in geocode()
76 geocodereply->callSetOffset(offset); in geocode()
77 geocodereply->callSetViewport(bounds); in geocode()
78 geocodereply->callSetError(QGeoCodeReply::NoError,searchString); in geocode()
79 geocodereply->callSetFinished(true); in geocode()
80 emit(this->finished(geocodereply)); in geocode()
82 return static_cast<QGeoCodeReply*>(geocodereply); in geocode()
87 GeocodeReplyTest *geocodereply = new GeocodeReplyTest(); in geocode() local
88 geocodereply->callSetViewport(bounds); in geocode()
[all …]