From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- doc/debug.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/debug.doc') diff --git a/doc/debug.doc b/doc/debug.doc index a766b3810..a6a6dd89e 100644 --- a/doc/debug.doc +++ b/doc/debug.doc @@ -151,14 +151,14 @@ conditional, based on the state of various debugging flags: \row \i QT_CHECK_RANGE \i Check for variable range errors \row \i QT_CHECK_NULL \i Check for dangerous null pointers \row \i QT_CHECK_MATH \i Check for dangerous math, e.g. division by 0 -\row \i QT_NO_CHECK \i Turn off all QT_CHECK_... flags +\row \i TQT_NO_CHECK \i Turn off all QT_CHECK_... flags \row \i QT_DEBUG \i Enable debugging code -\row \i QT_NO_DEBUG \i Turn off QT_DEBUG flag +\row \i TQT_NO_DEBUG \i Turn off QT_DEBUG flag \endtable By default, both QT_DEBUG and all the QT_CHECK flags are on. To turn -off QT_DEBUG, define QT_NO_DEBUG. To turn off the QT_CHECK flags, -define QT_NO_CHECK. +off QT_DEBUG, define TQT_NO_DEBUG. To turn off the QT_CHECK flags, +define TQT_NO_CHECK. Example: \code -- cgit v1.2.3