diff options
Diffstat (limited to 'lang/qt/src/exportjob.h')
-rw-r--r-- | lang/qt/src/exportjob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/src/exportjob.h b/lang/qt/src/exportjob.h index df21f032..583d4c03 100644 --- a/lang/qt/src/exportjob.h +++ b/lang/qt/src/exportjob.h @@ -34,6 +34,7 @@ #ifndef __QGPGME_EXPORTJOB_H__ #define __QGPGME_EXPORTJOB_H__ +#include "qgpgme_export.h" #include "job.h" #include <QtCore/QByteArray> @@ -61,7 +62,7 @@ namespace QGpgME After result() is emitted, the ExportJob will schedule it's own destruction by calling QObject::deleteLater(). */ -class ExportJob : public Job +class QGPGME_EXPORT ExportJob : public Job { Q_OBJECT protected: |