35#ifndef __QGPGME_QGPGMEREFRESHSMIMEKEYSJOB_H__
36#define __QGPGME_QGPGMEREFRESHSMIMEKEYSJOB_H__
38#include "refreshkeysjob.h"
40#include <gpgme++/context.h>
56 GpgME::Error
start(
const QStringList &patterns)
override;
58 GpgME::Error
start(
const std::vector<GpgME::Key> &keys)
override;
62 void slotCancel()
override;
64 void slotStatus(QProcess *,
const QString &,
const QStringList &);
65 void slotProcessExited(
int exitCode, QProcess::ExitStatus exitStatus);
68 GpgME::Error startAProcess();
73 QStringList mPatternsToDo;
Definition: qgpgmerefreshsmimekeysjob.h:49
GpgME::Error start(const QStringList &patterns) override
Definition: qgpgmerefreshsmimekeysjob.cpp:74
An abstract base class for asynchronous key refreshers.
Definition: refreshkeysjob.h:68