Kgapi
aboutfetchjob.h
136 KGAPI2::ObjectsList handleReplyWithItems(const QNetworkReply *reply, const QByteArray &rawData) override;
bool includeSubscribed
Whether to include shared and public files to change IDs count.
Definition aboutfetchjob.h:39
qlonglong maxChangeIdCount
Maximum number of remaining change IDs to count.
Definition aboutfetchjob.h:48
void setIncludeSubscribed(bool includeSubscribed)
Sets whether to include shared and public files to change IDs count.
Definition aboutfetchjob.cpp:46
void setMaxChangeIdCount(qlonglong maxChangeIdCount)
Sets maximum number of remaining change IDs to count.
Definition aboutfetchjob.cpp:61
void setStartChangeId(qlonglong startChangeId)
Sets change ID to start counting from when calculating number of remaining change IDs.
Definition aboutfetchjob.cpp:76
qlonglong startChangeId
Change ID to start counting from when calculating number of remaining change IDs.
Definition aboutfetchjob.h:58
AboutFetchJob(const AccountPtr &account, QObject *parent=nullptr)
Constructs a new fetch job.
Definition aboutfetchjob.cpp:35
KGAPI2::ObjectsList handleReplyWithItems(const QNetworkReply *reply, const QByteArray &rawData) override
KGAPI2::Job::handleReply implementation.
Definition aboutfetchjob.cpp:108
Abstract superclass for all jobs that fetch resources from Google.
Definition fetchjob.h:25
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.