diff options
author | Andre Heinecke <[email protected]> | 2020-11-12 15:07:14 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2020-11-12 15:07:14 +0000 |
commit | df5a89e6929479dc1bf301974fe7d607d024bc1f (patch) | |
tree | 5d99bfe7ffafb3f483046a445d775f2d7a2acaf4 /lang/qt/src/debug.cpp | |
parent | build: Use ~/.gnupg-autogen.sh for the release targets (diff) | |
download | gpgme-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.cpp | 1 |
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> |