make it build on jessie again

This commit is contained in:
Michael Zanetti 2017-10-25 14:01:52 +02:00
parent de40dbd55f
commit a158756f68

View File

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