aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/debug.cpp
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2020-11-12 15:07:14 +0000
committerAndre Heinecke <[email protected]>2020-11-12 15:07:14 +0000
commitdf5a89e6929479dc1bf301974fe7d607d024bc1f (patch)
tree5d99bfe7ffafb3f483046a445d775f2d7a2acaf4 /lang/qt/src/debug.cpp
parentbuild: Use ~/.gnupg-autogen.sh for the release targets (diff)
downloadgpgme-df5a89e6929479dc1bf301974fe7d607d024bc1f.tar.gz
gpgme-df5a89e6929479dc1bf301974fe7d607d024bc1f.zip
qt: Fix export of qDebug GpgME::Error overload
* lang/qt/src/debug.cpp: Include debug.h to get the export decl.
Diffstat (limited to 'lang/qt/src/debug.cpp')
-rw-r--r--lang/qt/src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/src/debug.cpp b/lang/qt/src/debug.cpp
index e4974ad9..b563ac0c 100644
--- a/lang/qt/src/debug.cpp
+++ b/lang/qt/src/debug.cpp
@@ -36,6 +36,7 @@
#endif
#include "error.h"
+#include "debug.h"
#include <QDebug>