Searched refs:QPlaceContentReplyImpl (Results 1 – 3 of 3) sorted by relevance
48 QPlaceContentReplyImpl::QPlaceContentReplyImpl(const QPlaceContentRequest &request, in QPlaceContentReplyImpl() function in QPlaceContentReplyImpl67 QPlaceContentReplyImpl::~QPlaceContentReplyImpl() in ~QPlaceContentReplyImpl()71 void QPlaceContentReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError()79 void QPlaceContentReplyImpl::replyFinished() in replyFinished()112 void QPlaceContentReplyImpl::replyError(QNetworkReply::NetworkError error) in replyError()
48 class QPlaceContentReplyImpl : public QPlaceContentReply53 QPlaceContentReplyImpl(const QPlaceContentRequest &request, QNetworkReply *reply,55 ~QPlaceContentReplyImpl();
322 QPlaceContentReply *reply = new QPlaceContentReplyImpl(request, networkReply, this); in getPlaceContent()