[Interest] Qt Creator Application Output
Thiago Macieira
thiago.macieira at intel.com
Wed Aug 5 17:01:18 CEST 2015
On Wednesday 05 August 2015 16:31:46 Prav wrote:
> The workaround to return qDebug() to usual behaviour is to change in
> qlogging.h line: #define qDebug QMessageLogger(QT_MESSAGELOG_FILE,
> QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC).debug to:
> #define qDebug QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE,
> QT_MESSAGELOG_FUNC).debug().noquote
>
> and all your code should work without modifications.
Well, it won't quote anything, so it does change the output.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list