Obsolete Members for <QtGlobal>

The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Macros

QABS( n) (obsolete)
QMAX( x, y) (obsolete)
QMIN( x, y) (obsolete)

Macro Documentation

QABS( n)

Use qAbs(n) instead.

See also QMIN() and QMAX().

QMAX( x, y)

Use qMax(x, y) instead.

See also QMIN() and QABS().

QMIN( x, y)

Use qMin(x, y) instead.

See also QMAX() and QABS().