Qt 6.11 is out! See what's new in the release
blog
[SOLVED] qDebug escape character ...
General and Desktop
3
Posts
2
Posters
2.3k
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";