Kgapi
tasklistdeletejob.h
42 explicit TaskListDeleteJob(const TaskListPtr &taskList, const AccountPtr &account, QObject *parent);
52 explicit TaskListDeleteJob(const TaskListsList &taskLists, const AccountPtr &account, QObject *parent);
62 explicit TaskListDeleteJob(const QString &taskListId, const AccountPtr &account, QObject *parent);
72 explicit TaskListDeleteJob(const QStringList &taskListsIds, const AccountPtr &account, QObject *parent);
Abstract superclass for all jobs that delete resources from Google.
Definition deletejob.h:25
TaskListDeleteJob(const TaskListPtr &taskList, const AccountPtr &account, QObject *parent)
Constructs a new job that will delete given taskList from user's Google Tasks account.
Definition tasklistdeletejob.cpp:56
void handleReply(const QNetworkReply *reply, const QByteArray &rawData) override
KGAPI2::Job::handleReply.
Definition tasklistdeletejob.cpp:94
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
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:31 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:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.