diff options
Diffstat (limited to 'lang/qt/src/job.h')
-rw-r--r-- | lang/qt/src/job.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/qt/src/job.h b/lang/qt/src/job.h index dc383600..8b974b4f 100644 --- a/lang/qt/src/job.h +++ b/lang/qt/src/job.h @@ -95,6 +95,13 @@ public: */ static GpgME::Context *context(Job *job); + /** Starts a deferred job. + * + * The job needs to have been prepared for a deferred start by calling the + * startLater() function instead of the start() function of a leaf class. + */ + void startNow(); + public Q_SLOTS: virtual void slotCancel() = 0; |