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;
An abstract base class to change a key's passphrase asynchronously.
Definition: changepasswdjob.h:63
Definition: qgpgmechangepasswdjob.h:51
GpgME::Error start(const GpgME::Key &key) override
Definition: qgpgmechangepasswdjob.cpp:78
Definition: threadedjobmixin.h:131