diff options
author | Ingo Klöcker <[email protected]> | 2022-08-10 10:00:10 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-08-10 10:00:10 +0000 |
commit | 5d91182c955d128c8ff7cdd29189fc3ae06201d9 (patch) | |
tree | 8cb76abb7c2d3d9e3893bd65dec379c669449e69 | |
parent | doc: Update NEWS (diff) | |
download | gpgme-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.cpp | 1 |
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> |