qt: Fix export of qDebug GpgME::Error overload

* lang/qt/src/debug.cpp: Include debug.h to get the export decl.
This commit is contained in:
Andre Heinecke 2020-11-12 16:07:14 +01:00
parent 27abdac25d
commit df5a89e692
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -36,6 +36,7 @@
#endif
#include "error.h"
#include "debug.h"
#include <QDebug>