19 explicit QPlaceMatchReply(QObject *parent =
nullptr);
22 QPlaceReply::Type type()
const override;
24 QList<QPlace> places()
const;
25 QPlaceMatchRequest request()
const;
28 void setPlaces(
const QList<QPlace> &results);
29 void setRequest(
const QPlaceMatchRequest &request);
31 Q_DISABLE_COPY(QPlaceMatchReply)
32 Q_DECLARE_PRIVATE(QPlaceMatchReply)