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;
An abstract base class to asynchronously add UIDs to OpenPGP keys.
Definition: adduseridjob.h:65
Definition: qgpgmeadduseridjob.h:51
GpgME::Error start(const GpgME::Key &key, const QString &name, const QString &email, const QString &comment) Q_DECL_OVERRIDE
Definition: qgpgmeadduseridjob.cpp:80
Definition: threadedjobmixin.h:125