35#ifndef __QGPGME_QGPGMEDECRYPTJOB_H__
36#define __QGPGME_QGPGMEDECRYPTJOB_H__
38#include "decryptjob.h"
40#include "threadedjobmixin.h"
43# include "decryptionresult.h"
45#include <gpgme++/decryptionresult.h>
81 GpgME::DecryptionResult mResult;
An abstract base class for asynchronous decrypters.
Definition decryptjob.h:68
Definition qgpgmedecryptjob.h:57
GpgME::Error start(const QByteArray &cipherText) Q_DECL_OVERRIDE
Definition qgpgmedecryptjob.cpp:106
Definition threadedjobmixin.h:125
Definition qgpgmebackend.h:43