diff options
Diffstat (limited to 'lang/qt/src/job.h')
-rw-r--r-- | lang/qt/src/job.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/qt/src/job.h b/lang/qt/src/job.h index 46c5e717..297dfe06 100644 --- a/lang/qt/src/job.h +++ b/lang/qt/src/job.h @@ -95,6 +95,12 @@ public: */ static GpgME::Context *context(Job *job); + /** Starts the job. + * + * Starts the job with the values set for the concrete job. + */ + GpgME::Error startIt(); + /** Starts a deferred job. * * The job needs to have been prepared for a deferred start by calling the |