Searched refs:geocodeReply_ (Results 1 – 1 of 1) sorted by relevance
92 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 …]