Andre Poenitz wrote:
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?

always dearest

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.

i think i also told you twice that

#if QT_VERSION >= 0x040200

in the header doesn't compile for me.

i don't remember you having a solution.

if you know the solution now, then you are of course welcome to provide a patch.

if you want to change this all over the qt4 dir, just to be "consistent" with one header file: be my guest again.

thanks for listening.

regards, edwin

Reply via email to