aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/signencryptjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/signencryptjob.h')
-rw-r--r--lang/qt/src/signencryptjob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/src/signencryptjob.h b/lang/qt/src/signencryptjob.h
index b0aafe3c..4e07744b 100644
--- a/lang/qt/src/signencryptjob.h
+++ b/lang/qt/src/signencryptjob.h
@@ -35,6 +35,7 @@
#define __KLEO_SIGNENCRYPTJOB_H__
#include "job.h"
+#include "qgpgme_export.h"
#ifdef BUILDING_QGPGME
# include "global.h"
@@ -75,7 +76,7 @@ namespace QGpgME
After result() is emitted, the SignEncryptJob will schedule it's
own destruction by calling QObject::deleteLater().
*/
-class SignEncryptJob : public Job
+class QGPGME_EXPORT SignEncryptJob : public Job
{
Q_OBJECT
protected: