[Development] Work on qDebug and friends
kai.koehne at nokia.com
kai.koehne at nokia.com
Tue Jan 24 12:07:38 CET 2012
> -----Original Message-----
> From: ext Frans Klaver [mailto:fransklaver at gmail.com]
> Sent: Tuesday, January 24, 2012 11:46 AM
> To: Koehne Kai (Nokia-MP/Berlin)
> Cc: development at qt-project.org
> Subject: Re: [Development] Work on qDebug and friends
>
> [...]
> Sounds good. What, if any, will be the effect on the use of
>
> qDebug() << "Hello world";
The same, in this case it's just
QMessageLogger(__FILE__, __LINE__, Q_FUNC_INFO):debug() returning a QDebug :)
Regards
Kai
More information about the Development
mailing list