Akonadi
collectionmovejob.cpp
35 return QStringLiteral("Move collection from %1 to %2").arg(collection.id()).arg(destination.id());
38CollectionMoveJob::CollectionMoveJob(const Collection &collection, const Collection &destination, QObject *parent)
Job that moves a collection in the Akonadi storage to a new parent collection.
Definition collectionmovejob.h:36
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition collectionmovejob.cpp:46
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 collectionmovejob.cpp:72
CollectionMoveJob(const Collection &collection, const Collection &destination, QObject *parent=nullptr)
Creates a new collection move job for the given collection and destination.
Definition collectionmovejob.cpp:38
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 setErrorText(const QString &errorText)
void emitResult()
void setError(int errorCode)
QString i18n(const char *text, const TYPE &arg...)
Helper integration between Akonadi and Qt.
QString arg(Args &&... args) const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.