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.
Also, what's the overhead of a qCDebug for a disabled category? Qt
should never emit debug warnings in its default configuration, so
we're talking about many hits to that.

-- 
Giuseppe D'Angelo
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to