35 #ifndef __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
36 #define __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
38 #include "changeexpiryjob.h"
40 #include "threadedjobmixin.h"
62 GpgME::Error
start(
const GpgME::Key &key,
const QDateTime &expiry)
override;
65 GpgME::Error
start(
const GpgME::Key &key,
const QDateTime &expiry,
66 const std::vector<GpgME::Subkey> &subkeys)
override;
An abstract base class to change expiry asynchronously.
Definition: changeexpiryjob.h:72
Definition: qgpgmechangeexpiryjob.h:51
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry) override
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry, const std::vector< GpgME::Subkey > &subkeys) override
Definition: threadedjobmixin.h:131