On Mon, Jun 18, 2007 at 01:14:44PM +0200, Stefan Schimanski wrote: > It does not even compile: > > #if QT_VERSION >= 0x040200 && !Q_WS_MACX > > gives "operator '!' has no right operand".
Maybe !defined(Q_WS_MACX) is better. Andre'
On Mon, Jun 18, 2007 at 01:14:44PM +0200, Stefan Schimanski wrote: > It does not even compile: > > #if QT_VERSION >= 0x040200 && !Q_WS_MACX > > gives "operator '!' has no right operand".
Maybe !defined(Q_WS_MACX) is better. Andre'