35 #ifndef __QGPGME_QGPGMEADDUSERIDJOB_H__ 36 #define __QGPGME_QGPGMEADDUSERIDJOB_H__ 38 #include "adduseridjob.h" 40 #include "threadedjobmixin.h" 62 GpgME::Error
start(
const GpgME::Key &key,
const QString &name,
const QString &email,
const QString &comment) Q_DECL_OVERRIDE;
66 #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:80
An abstract base class to asynchronously add UIDs to OpenPGP keys.
Definition: adduseridjob.h:64
Definition: threadedjobmixin.h:124
Definition: abstractimportjob.h:48
Definition: qgpgmeadduseridjob.h:45