35 #ifndef __QGPGME_QGPGMEIMPORTJOB_H__
36 #define __QGPGME_QGPGMEIMPORTJOB_H__
38 #include "importjob.h"
40 #include "threadedjobmixin.h"
42 #ifdef BUILDING_QGPGME
43 # include "importresult.h"
45 #include <gpgme++/importresult.h>
68 GpgME::Error
start(
const QByteArray &keyData) Q_DECL_OVERRIDE;
71 GpgME::ImportResult exec(
const QByteArray &keyData) Q_DECL_OVERRIDE;
74 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
77 GpgME::ImportResult mResult;
82 #endif // __QGPGME_QGPGMEIMPORTJOB_H__