35#ifndef __QGPGME_QGPGMECHANGEPASSWDJOB_H__
36#define __QGPGME_QGPGMECHANGEPASSWDJOB_H__
38#include "changepasswdjob.h"
40#include "threadedjobmixin.h"
45class QGpgMEChangePasswdJob
58 explicit QGpgMEChangePasswdJob(GpgME::Context *context);
59 ~QGpgMEChangePasswdJob();
62 GpgME::Error
start(
const GpgME::Key &key)
override;
An abstract base class to change a key's passphrase asynchronously.
Definition changepasswdjob.h:63
GpgME::Error start(const GpgME::Key &key) override
Definition qgpgmechangepasswdjob.cpp:78
Definition threadedjobmixin.h:126