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/geotestplugin/
H A Dqgeocodingmanagerengine_test.h92 geocodeReply_(0), in QGeoCodingManagerEngineTest()
118 geocodeReply_ = new GeocodeReplyTest();
119 connect(geocodeReply_, SIGNAL(aborted()), this, SLOT(requestAborted()));
120 geocodeReply_->callSetViewport(bounds);
131 setLocations(geocodeReply_, searchString, limit, offset);
133 injectExtra(geocodeReply_, extendedReplyData_);
138 geocodeReply_->callSetError(errorCode_, errorString_);
140 geocodeReply_->callSetFinished(true);
147 return static_cast<QGeoCodeReply*>(geocodeReply_);
152 geocodeReply_ = new GeocodeReplyTest(); in geocode()
[all …]