aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/refreshkeysjob.h
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-08-11 15:38:36 +0000
committerAndre Heinecke <[email protected]>2016-08-11 16:00:14 +0000
commit59e2251a083b0ed61b3ab6d47015cef7cc6ceb05 (patch)
tree29f84e0d91c966b6de146b09a53bdf40347db196 /lang/qt/src/refreshkeysjob.h
parentQt: Add KeyForMailboxJob (diff)
downloadgpgme-59e2251a083b0ed61b3ab6d47015cef7cc6ceb05.tar.gz
gpgme-59e2251a083b0ed61b3ab6d47015cef7cc6ceb05.zip
Qt: Ensure all public classes are exported
* src/abstractimportjob.h, src/cryptoconfig.h, src/deletejob.h, src/exportjob.h, src/importfromkeyserverjob.h, src/importjob.h, src/keygenerationjob.h, src/keylistjob.h, src/listallkeysjob.h, src/refreshkeysjob.h, src/signencryptjob.h, src/specialjob.h, src/verifydetachedjob.h: Export classes. -- This is an adoption of kde's libkleo commit: d6a71a4e Thanks [email protected]
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: