Searched refs:suggestionReply (Results 1 – 2 of 2) sorted by relevance
327 … QPlaceSearchSuggestionReply *suggestionReply = qobject_cast<QPlaceSearchSuggestionReply *>(reply); in queryFinished() local328 m_suggestions = suggestionReply->suggestions(); in queryFinished()335 if (suggestionReply->error() != QPlaceReply::NoError) in queryFinished()336 setStatus(Error, suggestionReply->errorString()); in queryFinished()
149 /* QPlaceSearchSuggestion * */suggestionReply = manager->searchSuggestions(request); in suggestion()150 connect(suggestionReply, SIGNAL(finished()), this, SLOT(handleSuggestionReply())); in suggestion()389 if (suggestionReply->error() == QPlaceReply::NoError) { in handleSuggestionReply()390 foreach (const QString &suggestion, suggestionReply->suggestions()) in handleSuggestionReply()394 suggestionReply->deleteLater(); //discard reply in handleSuggestionReply()395 suggestionReply = 0; in handleSuggestionReply()526 QPlaceSearchSuggestionReply *suggestionReply; variable