18 explicit QPlaceMatchReply(QObject *parent =
nullptr);
21 QPlaceReply::Type type()
const override;
23 QList<QPlace> places()
const;
24 QPlaceMatchRequest request()
const;
27 void setPlaces(
const QList<QPlace> &results);
28 void setRequest(
const QPlaceMatchRequest &request);
30 Q_DISABLE_COPY(QPlaceMatchReply)
31 Q_DECLARE_PRIVATE(QPlaceMatchReply)