Akonadi
collectiondeletejob.cpp
~CollectionDeleteJob() override
Destroys the collection delete job.
Definition: collectiondeletejob.cpp:42
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition: collectiondeletejob.cpp:46
void setErrorText(const QString &errorText)
CollectionDeleteJob(const Collection &collection, QObject *parent=nullptr)
Creates a new collection delete job.
Definition: collectiondeletejob.cpp:34
QString i18n(const char *text, const TYPE &arg...)
bool doHandleResponse(qint64 tag, const Protocol::CommandPtr &response) override
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition: collectiondeletejob.cpp:60
Job that deletes a collection in the Akonadi storage.
Definition: collectiondeletejob.h:50
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
virtual bool doHandleResponse(qint64 tag, const Protocol::CommandPtr &response)
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition: job.cpp:381
void emitResult()
void setError(int errorCode)
Q_D(Todo)
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:01:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:01:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.