Qt 6.11 is out! See what's new in the release
blog
how to "search and replace" with "new line "?
-
I like to search and replace this
qDebug() << text;
with this
#ifdef DEBUG
qDebug() << text;
#endifAny suggestions?
Please be real... no jokes...
-
C Christian Ehrlicher moved this topic from General and Desktop on