aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-08-10 10:00:10 +0000
committerIngo Klöcker <[email protected]>2022-08-10 10:00:10 +0000
commit5d91182c955d128c8ff7cdd29189fc3ae06201d9 (patch)
tree8cb76abb7c2d3d9e3893bd65dec379c669449e69
parentdoc: Update NEWS (diff)
downloadgpgme-5d91182c955d128c8ff7cdd29189fc3ae06201d9.tar.gz
gpgme-5d91182c955d128c8ff7cdd29189fc3ae06201d9.zip
qt: Add missing include
* lang/qt/tests/t-revokekey.cpp: Include QDebug. -- Doesn't seem to matter with Qt 5.15.5, but seems to be needed for older versions of Qt.
-rw-r--r--lang/qt/tests/t-revokekey.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/tests/t-revokekey.cpp b/lang/qt/tests/t-revokekey.cpp
index 9aec5753..83d5e717 100644
--- a/lang/qt/tests/t-revokekey.cpp
+++ b/lang/qt/tests/t-revokekey.cpp
@@ -38,6 +38,7 @@
#include <protocol.h>
#include <revokekeyjob.h>
+#include <QDebug>
#include <QProcess>
#include <QRegularExpression>
#include <QSignalSpy>