Akonadi
unlinkjob.cpp
16class Akonadi::UnlinkJobPrivate : public LinkJobImpl<UnlinkJob, Protocol::LinkItemsCommand::Unlink>
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 unlinkjob.cpp:41
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition unlinkjob.cpp:35
UnlinkJob(const Collection &collection, const Item::List &items, QObject *parent=nullptr)
Creates a new unlink job.
Definition unlinkjob.cpp:25
Helper integration between Akonadi and Qt.
QObject * parent() const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 28 2025 11:53:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 28 2025 11:53:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.