diff options
Diffstat (limited to 'lang/qt/src/keylistjob.h')
-rw-r--r-- | lang/qt/src/keylistjob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/src/keylistjob.h b/lang/qt/src/keylistjob.h index 6e62c4fb..fc7a048c 100644 --- a/lang/qt/src/keylistjob.h +++ b/lang/qt/src/keylistjob.h @@ -35,6 +35,7 @@ #define __KLEO_KEYLISTJOB_H__ #include "job.h" +#include "qgpgme_export.h" #ifdef BUILDING_QGPGME # include "key.h" @@ -70,7 +71,7 @@ namespace QGpgME KeyListJob will schedule it's own destruction by calling QObject::deleteLater(). */ -class KeyListJob : public Job +class QGPGME_EXPORT KeyListJob : public Job { Q_OBJECT protected: |