akonadi
Akonadi::KJobPrivateBase Class Referenceabstract
#include <kjobprivatebase_p.h>
Inherits QObject.
Inherited by Akonadi::AgentInstanceCreateJobPrivate, Akonadi::CollectionAttributesSynchronizationJobPrivate, and 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.
Definition at line 35 of file kjobprivatebase_p.h.
Member Function Documentation
|
pure virtual |
Reimplement and put here what was in KJob::start() before.
void KJobPrivateBase::start | ( | ) |
Call from KJob::start() reimplementation.
Definition at line 24 of file kjobprivatebase.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.