35 #ifndef __QGPGME_QGPGMEKEYFORMAILBOXJOB_H__ 36 #define __QGPGME_QGPGMEKEYFORMAILBOXJOB_H__ 37 #include "keyformailboxjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 42 # include "keylistresult.h" 45 # include <gpgme++/keylistresult.h> 46 # include <gpgme++/key.h> 56 :
public _detail::ThreadedJobMixin<KeyForMailboxJob, std::tuple<GpgME::KeyListResult, GpgME::Key, GpgME::UserID, QString, GpgME::Error> >
78 GpgME::Error
start(
const QString &mailbox,
bool canEncrypt =
true) Q_DECL_OVERRIDE;
80 GpgME::KeyListResult exec(
const QString &mailbox,
bool canEncrypt, GpgME::Key &key, GpgME::UserID &uid) Q_DECL_OVERRIDE;
Definition: threadedjobmixin.h:122
Definition: abstractimportjob.h:47