akonadi
Akonadi::KJobPrivateBase Class Reference
Base class for the private class of KJob but not Akonadi::Job based jobs that require the Akonadi server to be operational. More...
#include <kjobprivatebase_p.h>
Inherits QObject.
Inherited by Akonadi::ResourceSynchronizationJobPrivate.
Public Member Functions | |
virtual void | doStart ()=0 |
void | start () |
Detailed Description
Base class for the private class of KJob but not Akonadi::Job based jobs that require the Akonadi server to be operational.
Delays job execution until that is the case.
For internal use only.
Definition at line 35 of file kjobprivatebase_p.h.
Member Function Documentation
virtual void Akonadi::KJobPrivateBase::doStart | ( | ) | [pure virtual] |
Reimplement and put here what was in KJob::start() before.
void Akonadi::KJobPrivateBase::start | ( | ) |
Call from KJob::start() reimplementation.
The documentation for this class was generated from the following file: