[SOLVED] qDebug escape character ...
General and Desktop
3
Posts
2
Posters
2.1k
Views
1
Watching
-
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";