[Interest] Qt Creator Application Output

André Somers andre at familiesomers.nl
Wed Aug 5 15:16:59 CEST 2015


Op 5-8-2015 om 14:55 schreef Nikita Krupenko:
> > Thanks! Can 5.5.0 be forced to work the old way?
>
> You can use qDebug().noquote() to get the traditional behavior. For 
> example:
>
> qDebug().noquote() << "Тест";
>
You might be able to just make qDebug a macro define to do that 
everywhere in one go, as a temporary stopgap measure. Something like 
(untested):

#define qDebug qDebug().noquote

Side effect is of course that noquote does just that too: it removes the 
quotes arounds strings. That may also not be what you want.

André




More information about the Interest mailing list