On Sun, Jun 17, 2007 at 05:55:37PM -0000, [EMAIL PROTECTED] wrote:
>  
> +#if QT_VERSION >= 0x040200
>  
> +// FIXME: this can go when we move to Qt 4.3
> +#define QT_VERSION_CHECK(major, minor, patch) 
> ((major<<16)|(minor<<8)|(patch))
> +
> +#if QT_VERSION >= QT_VERSION_CHECK(4, 2, 0)


Are you listening?

I think I complained at least twice about the unsymmetry and still got
no explanation how this would work without warnign with an already
defined macro.

Andre'

Reply via email to