35 #ifndef __KLEO_CHANGEPASSWDJOB_H__
36 #define __KLEO_CHANGEPASSWDJOB_H__
75 virtual GpgME::Error
start(
const GpgME::Key &key) = 0;
78 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class to change a key's passphrase asynchronously.
Definition: changepasswdjob.h:63
virtual GpgME::Error start(const GpgME::Key &key)=0
An abstract base class for asynchronous crypto operations.
Definition: job.h:73