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.
This commit is contained in:
Ingo Klöcker 2022-08-10 12:00:10 +02:00
parent 99c1b14470
commit 5d91182c95

View File

@ -38,6 +38,7 @@
#include <protocol.h> #include <protocol.h>
#include <revokekeyjob.h> #include <revokekeyjob.h>
#include <QDebug>
#include <QProcess> #include <QProcess>
#include <QRegularExpression> #include <QRegularExpression>
#include <QSignalSpy> #include <QSignalSpy>