50class QGPGME_EXPORT SetPrimaryUserIDJob :
public Job
54 explicit SetPrimaryUserIDJob(QObject *parent);
55 ~SetPrimaryUserIDJob()
override;
60 virtual GpgME::Error
start(
const GpgME::UserID &userId) = 0;
63 void result(
const GpgME::Error &error,
64 const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());