aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/refreshkeysjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/refreshkeysjob.h')
-rw-r--r--lang/qt/src/refreshkeysjob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/src/refreshkeysjob.h b/lang/qt/src/refreshkeysjob.h
index d0bc51f4..a97de803 100644
--- a/lang/qt/src/refreshkeysjob.h
+++ b/lang/qt/src/refreshkeysjob.h
@@ -35,6 +35,7 @@
#define __KLEO_REFRESHKEYSJOB_H__
#include "job.h"
+#include "qgpgme_export.h"
#include <vector>
@@ -62,7 +63,7 @@ namespace QGpgME
After result() is emitted, the KeyListJob will schedule it's own
destruction by calling QObject::deleteLater().
*/
-class RefreshKeysJob : public Job
+class QGPGME_EXPORT RefreshKeysJob : public Job
{
Q_OBJECT
protected: