_B_>#ifndef QT_NO_DEBUG _B_>#define VERIFY(x) Q_ASSERT(x) _B_>#else _B_>#define VERIFY(x) x _B_>#endif _B_>