aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/qt/src/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/qt/src/debug.h b/lang/qt/src/debug.h
index ba54766a..791726ca 100644
--- a/lang/qt/src/debug.h
+++ b/lang/qt/src/debug.h
@@ -34,6 +34,8 @@
#ifndef QGPGME_DEBUG_H
#define QGPGME_DEBUG_H
+#include "qgpgme_export.h"
+
namespace GpgME
{
class Error;
@@ -41,6 +43,6 @@ class Error;
class QDebug;
-QDebug operator<<(QDebug debug, const GpgME::Error &err);
+QGPGME_EXPORT QDebug operator<<(QDebug debug, const GpgME::Error &err);
#endif // QGPGME_DEBUG_H