[SOLVED] qDebug escape character ...
-
Hi,
It seems that it was an intended change. Check that bug for details: https://bugreports.qt.io/browse/QTBUG-47316
One workaround would be to use:
qDebug().noquote() << "\nHello";
-
Hi,
It seems that it was an intended change. Check that bug for details: https://bugreports.qt.io/browse/QTBUG-47316
One workaround would be to use:
qDebug().noquote() << "\nHello";