24 explicit QPlaceIdReply(OperationType operationType, QObject *parent =
nullptr);
25 virtual ~QPlaceIdReply();
27 QPlaceReply::Type type()
const override;
28 OperationType operationType()
const;
33 void setId(
const QString &identifier);
35 Q_DISABLE_COPY(QPlaceIdReply)
36 Q_DECLARE_PRIVATE(QPlaceIdReply)