make it build on jessie again
This commit is contained in:
parent
de40dbd55f
commit
a158756f68
@ -171,7 +171,7 @@ protected:
|
|||||||
// just for debugging
|
// just for debugging
|
||||||
inline void printJson(const QVariant &response) {
|
inline void printJson(const QVariant &response) {
|
||||||
QJsonDocument jsonDoc = QJsonDocument::fromVariant(response);
|
QJsonDocument jsonDoc = QJsonDocument::fromVariant(response);
|
||||||
qDebug() << qUtf8Printable(jsonDoc.toJson());
|
qDebug() << jsonDoc.toJson();
|
||||||
}
|
}
|
||||||
|
|
||||||
void restartServer();
|
void restartServer();
|
||||||
|
|||||||
Reference in New Issue
Block a user