From a158756f68a5b973dfaad5b30d085058f1359591 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 25 Oct 2017 14:01:52 +0200 Subject: [PATCH] make it build on jessie again --- tests/auto/guhtestbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/guhtestbase.h b/tests/auto/guhtestbase.h index d114ce5a..fdae7a27 100644 --- a/tests/auto/guhtestbase.h +++ b/tests/auto/guhtestbase.h @@ -171,7 +171,7 @@ protected: // just for debugging inline void printJson(const QVariant &response) { QJsonDocument jsonDoc = QJsonDocument::fromVariant(response); - qDebug() << qUtf8Printable(jsonDoc.toJson()); + qDebug() << jsonDoc.toJson(); } void restartServer();