25 explicit QPlaceIdReply(OperationType operationType, QObject *parent =
nullptr);
26 virtual ~QPlaceIdReply();
28 QPlaceReply::Type type()
const override;
29 OperationType operationType()
const;
34 void setId(
const QString &identifier);
36 Q_DISABLE_COPY(QPlaceIdReply)
37 Q_DECLARE_PRIVATE(QPlaceIdReply)