Searched refs:QPlaceSearchReplyOsm (Results 1 – 3 of 3) sorted by relevance
55 QPlaceSearchReplyOsm::QPlaceSearchReplyOsm(const QPlaceSearchRequest &request, in QPlaceSearchReplyOsm() function in QPlaceSearchReplyOsm73 QPlaceSearchReplyOsm::~QPlaceSearchReplyOsm() in ~QPlaceSearchReplyOsm()77 void QPlaceSearchReplyOsm::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError()98 void QPlaceSearchReplyOsm::replyFinished() in replyFinished()167 void QPlaceSearchReplyOsm::networkError(QNetworkReply::NetworkError error) in networkError()175 QPlaceResult QPlaceSearchReplyOsm::parsePlaceResult(const QJsonObject &item) const in parsePlaceResult()
52 class QPlaceSearchReplyOsm : public QPlaceSearchReply57 QPlaceSearchReplyOsm(const QPlaceSearchRequest &request, QNetworkReply *reply,59 ~QPlaceSearchReplyOsm();
188 QPlaceSearchReplyOsm *reply = new QPlaceSearchReplyOsm(request, networkReply, this); in search()