37 #ifndef __QGPGME_QGPGMEEXPORTJOB_H__
38 #define __QGPGME_QGPGMEEXPORTJOB_H__
40 #include "exportjob.h"
42 #include "threadedjobmixin.h"
64 explicit QGpgMEExportJob(GpgME::Context *context,
unsigned int exportMode);
68 void setExportFlags(
unsigned int flags) Q_DECL_OVERRIDE;
71 GpgME::Error
start(
const QStringList &patterns) Q_DECL_OVERRIDE;
74 unsigned int m_exportMode;
75 unsigned int m_additionalExportModeFlags;
An abstract base class for asynchronous exporters.
Definition: exportjob.h:66
Definition: qgpgmeexportjob.h:53
GpgME::Error start(const QStringList &patterns) Q_DECL_OVERRIDE
Definition: qgpgmeexportjob.cpp:84
Definition: threadedjobmixin.h:125