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();