21 PlaceDoesNotExistError,
22 CategoryDoesNotExistError,
36 SearchSuggestionReply,
42 explicit QPlaceReply(QObject *parent =
nullptr);
45 bool isFinished()
const;
47 virtual Type type()
const;
49 QString errorString()
const;
50 QPlaceReply::Error error()
const;
57 void contentUpdated();
59 void errorOccurred(QPlaceReply::Error error,
const QString &errorString = QString());
62 explicit QPlaceReply(QPlaceReplyPrivate *, QObject *parent =
nullptr);
63 void setFinished(
bool finished);
64 void setError(QPlaceReply::Error error,
const QString &errorString);
65 QPlaceReplyPrivate *d_ptr;
68 Q_DISABLE_COPY(QPlaceReply)
QPlaceContent::Collection contentCollection
QPlaceContentRequest contentRequest
QPlaceContentRequest nextPageRequest
QPlaceContentRequest previousPageRequest