34 #ifndef __QGPGME_QGPGMERECEIVEKEYSJOB_H__
35 #define __QGPGME_QGPGMERECEIVEKEYSJOB_H__
37 #include "receivekeysjob.h"
39 #include "threadedjobmixin.h"
41 #include <gpgme++/importresult.h>
62 GpgME::Error
start(
const QStringList &keyIds)
override;
64 GpgME::ImportResult
exec(
const QStringList &keyIds)
override;
69 #endif // __QGPGME_QGPGMERECEIVEKEYSJOB_H__
Definition: qgpgmereceivekeysjob.h:46
Definition: receivekeysjob.h:43
Definition: threadedjobmixin.h:125
GpgME::ImportResult exec(const QStringList &keyIds) override
Definition: qgpgmereceivekeysjob.cpp:67
Definition: abstractimportjob.h:48
GpgME::Error start(const QStringList &keyIds) override
Definition: qgpgmereceivekeysjob.cpp:61