aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-remarks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/tests/t-remarks.cpp')
-rw-r--r--lang/qt/tests/t-remarks.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/tests/t-remarks.cpp b/lang/qt/tests/t-remarks.cpp
index 86a5f6a5..b7de4ac4 100644
--- a/lang/qt/tests/t-remarks.cpp
+++ b/lang/qt/tests/t-remarks.cpp
@@ -39,6 +39,7 @@
#include <QTest>
#include <QSignalSpy>
#include <QTemporaryDir>
+#include "debug.h"
#include "keylistjob.h"
#include "protocol.h"
#include "signkeyjob.h"
@@ -90,7 +91,7 @@ public:
const GpgME::Error) {
Q_EMIT asyncDone();
if (err2) {
- qDebug() << "Error: " << err2.asString();
+ qDebug() << "Error: " << err2;
}
QVERIFY(err2);
});