35 #ifndef __QGPGME_QGPGMECHANGEPASSWDJOB_H__
36 #define __QGPGME_QGPGMECHANGEPASSWDJOB_H__
38 #include "changepasswdjob.h"
40 #include "threadedjobmixin.h"
62 GpgME::Error
start(
const GpgME::Key &key)
override;
67 #endif // __QGPGME_QGPGMECHANGEPASSWDJOB_H__
An abstract base class to change a key's passphrase asynchronously.
Definition: changepasswdjob.h:62
Definition: qgpgmechangepasswdjob.h:45
Definition: threadedjobmixin.h:125
GpgME::Error start(const GpgME::Key &key) override
Definition: qgpgmechangepasswdjob.cpp:78
Definition: abstractimportjob.h:48