35 #ifndef __QGPGME_QGPGMELISTALLKEYSJOB_H__
36 #define __QGPGME_QGPGMELISTALLKEYSJOB_H__
38 #include "listallkeysjob.h"
40 #include "threadedjobmixin.h"
42 #include <gpgme++/keylistresult.h>
43 #include <gpgme++/key.h>
48 class QGpgMEListAllKeysJobPrivate;
54 :
public _detail::ThreadedJobMixin<ListAllKeysJob, QGpgMEListAllKeysJobPrivate, std::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, std::vector<GpgME::Key>, QString, GpgME::Error> >
67 GpgME::Error
start(
bool mergeKeys)
override;
70 GpgME::KeyListResult
exec(std::vector<GpgME::Key> &pub, std::vector<GpgME::Key> &sec,
bool mergeKeys)
override;
78 #endif // __QGPGME_QGPGMELISTALLKEYSJOB_H__
Definition: qgpgmelistallkeysjob.h:50
Definition: threadedjobmixin.h:125
An abstract base class for asynchronously listing all keys.
Definition: listallkeysjob.h:74
GpgME::Error start(bool mergeKeys) override
Definition: qgpgmelistallkeysjob.cpp:224
Definition: abstractimportjob.h:48
GpgME::KeyListResult exec(std::vector< GpgME::Key > &pub, std::vector< GpgME::Key > &sec, bool mergeKeys) override
Definition: qgpgmelistallkeysjob.cpp:230