34 #ifndef __QGPGME_SETPRIMARYUSERIDJOB_H__
35 #define __QGPGME_SETPRIMARYUSERIDJOB_H__
39 #include "qgpgme_export.h"
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());
An abstract base class for asynchronous crypto operations.
Definition: job.h:73
Definition: setprimaryuseridjob.h:51
virtual GpgME::Error start(const GpgME::UserID &userId)=0