35 #ifndef __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
36 #define __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
38 #include "changeexpiryjob.h"
40 #include "threadedjobmixin.h"
45 class QGpgMEChangeExpiryJobPrivate;
64 GpgME::Error
start(
const GpgME::Key &key,
const QDateTime &expiry)
override;
67 GpgME::Error
start(
const GpgME::Key &key,
const QDateTime &expiry,
68 const std::vector<GpgME::Subkey> &subkeys)
override;
76 #endif // __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry) override
An abstract base class to change expiry asynchronously.
Definition: changeexpiryjob.h:69
Definition: threadedjobmixin.h:125
Definition: abstractimportjob.h:48
Definition: qgpgmechangeexpiryjob.h:47