35 #ifndef __KLEO_ABSTRACTIMPORTJOB_H__
36 #define __KLEO_ABSTRACTIMPORTJOB_H__
40 #include "qgpgme_export.h"
51 class AbstractImportJobPrivate;
57 explicit AbstractImportJob(std::unique_ptr<AbstractImportJobPrivate>, QObject *parent);
63 void result(
const GpgME::ImportResult &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
68 #endif // __KLEO_IMPORTJOB_H__
An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:42
Definition: abstractimportjob.h:53
Definition: abstractimportjob.h:48