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