35 #ifndef __KLEO_REFRESHKEYSJOB_H__
36 #define __KLEO_REFRESHKEYSJOB_H__
39 #include "qgpgme_export.h"
41 #include <QtCore/QStringList>
83 virtual GpgME::Error
start(
const QStringList &patterns) = 0;
88 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &keys) = 0;
91 void result(
const GpgME::Error &result);
An abstract base class for asynchronous crypto operations.
Definition: job.h:73
An abstract base class for asynchronous key refreshers.
Definition: refreshkeysjob.h:68
virtual GpgME::Error start(const std::vector< GpgME::Key > &keys)=0
virtual GpgME::Error start(const QStringList &patterns)=0