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:
parent
99c1b14470
commit
5d91182c95
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user