35#ifndef __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
36#define __QGPGME_QGPGMECHANGEEXPIRYJOB_H__
38#include "changeexpiryjob.h"
40#include "threadedjobmixin.h"
66 const std::vector<GpgME::Subkey> &
subkeys)
override;
An abstract base class to change expiry asynchronously.
Definition changeexpiryjob.h:68
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:126
Definition qgpgmebackend.h:43