34 #ifndef __QGPGME_QGPGMEADDUSERIDJOB_H__ 35 #define __QGPGME_QGPGMEADDUSERIDJOB_H__ 37 #include "adduseridjob.h" 39 #include "threadedjobmixin.h" 61 GpgME::Error
start(
const GpgME::Key &key,
const QString &name,
const QString &email,
const QString &comment) Q_DECL_OVERRIDE;
65 #endif // __QGPGME_QGPGMEADDUSERIDJOB_H__ GpgME::Error start(const GpgME::Key &key, const QString &name, const QString &email, const QString &comment) Q_DECL_OVERRIDE
Definition: qgpgmeadduseridjob.cpp:79
An abstract base class to asynchronously add UIDs to OpenPGP keys.
Definition: adduseridjob.h:63
Definition: threadedjobmixin.h:123
Definition: abstractimportjob.h:47
Definition: qgpgmeadduseridjob.h:44