20 PlaceDoesNotExistError,
21 CategoryDoesNotExistError,
35 SearchSuggestionReply,
41 explicit QPlaceReply(QObject *parent =
nullptr);
44 bool isFinished()
const;
46 virtual Type type()
const;
48 QString errorString()
const;
49 QPlaceReply::Error error()
const;
56 void contentUpdated();
58 void errorOccurred(QPlaceReply::Error error,
const QString &errorString = QString());
61 explicit QPlaceReply(QPlaceReplyPrivate *, QObject *parent =
nullptr);
62 void setFinished(
bool finished);
63 void setError(QPlaceReply::Error error,
const QString &errorString);
64 QPlaceReplyPrivate *d_ptr;
67 Q_DISABLE_COPY(QPlaceReply)
QPlaceContent::Collection contentCollection
QPlaceContentRequest contentRequest
QPlaceContentRequest nextPageRequest
QPlaceContentRequest previousPageRequest