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);
96 #endif // __KLEO_REFRESHKEYSJOB_H__
An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:42
An abstract base class for asynchronous key refreshers.
Definition: refreshkeysjob.h:67
Definition: abstractimportjob.h:48