Searched refs:QPlaceSearchSuggestionReplyImpl (Results 1 – 3 of 3) sorted by relevance
47 QPlaceSearchSuggestionReplyImpl::QPlaceSearchSuggestionReplyImpl(QNetworkReply *reply, in QPlaceSearchSuggestionReplyImpl() function in QPlaceSearchSuggestionReplyImpl62 QPlaceSearchSuggestionReplyImpl::~QPlaceSearchSuggestionReplyImpl() in ~QPlaceSearchSuggestionReplyImpl()66 void QPlaceSearchSuggestionReplyImpl::setError(QPlaceReply::Error error_, in setError()75 void QPlaceSearchSuggestionReplyImpl::replyFinished() in replyFinished()107 void QPlaceSearchSuggestionReplyImpl::replyError(QNetworkReply::NetworkError error) in replyError()
45 class QPlaceSearchSuggestionReplyImpl : public QPlaceSearchSuggestionReply50 explicit QPlaceSearchSuggestionReplyImpl(QNetworkReply *reply, QObject *parent = 0);51 ~QPlaceSearchSuggestionReplyImpl();
491 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions()509 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions()523 … QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(networkReply, this); in searchSuggestions()