Searched refs:matchReply (Results 1 – 2 of 2) sorted by relevance
308 matchReply = manager->matchingPlaces(request); in matchPlaces()496 if (matchReply->error() == QPlaceReply::NoError) { in matchHandler()497 foreach (const QPlace place, matchReply->places()) { in matchHandler()505 matchReply->deleteLater(); in matchHandler()506 matchReply = 0; in matchHandler()532 QPlaceMatchReply *matchReply; variable
817 QPlaceMatchReply *matchReply = qobject_cast<QPlaceMatchReply *>(reply); in queryFinished() local818 Q_ASSERT(matchReply); in queryFinished()819 updateLayout(matchReply->places()); in queryFinished()