35 #ifndef __KLEO_SPECIALJOB_H__
36 #define __KLEO_SPECIALJOB_H__
39 #include "qgpgme_export.h"
82 virtual GpgME::Error
start() = 0;
84 virtual GpgME::Error exec() = 0;
87 void result(
const GpgME::Error &result,
const QVariant &data);
An abstract base class for asynchronous crypto operations.
Definition: job.h:73
An abstract base class for protocol-specific jobs.
Definition: specialjob.h:71
virtual GpgME::Error start()=0