> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Koehne Kai > Sent: Wednesday, January 08, 2014 10:13 AM > To: Giuseppe D'Angelo > Cc: [email protected] > Subject: Re: [Development] Let's get rid of qDebug/qWarning/qCritical! > > > -----Original Message----- > > From: Giuseppe D'Angelo [mailto:[email protected]] > > Sent: Wednesday, January 08, 2014 9:54 AM > > To: Koehne Kai > > Cc: [email protected] > > Subject: Re: [Development] Let's get rid of qDebug/qWarning/qCritical! > > > > On 8 January 2014 09:35, Koehne Kai <[email protected]> wrote: > > > - Current #ifdef's, environment variables etc should be replaced > > > with an unconditional qCDebug/qCWarning/qCCritical > > > > That's not doable in 100% of the cases, f.i. if one has to compile > > extra code to get the debug information that needs to be printed.
Ah, sorry, you meant overhead for additional code. Yeah, you're of course right that there might be code in critical code paths etc where it still makes sense to keep an #ifdef. But I doubt that we've a lot of cases like this. Regards Kai _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
