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/html/debug.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/debug.html') diff --git a/doc/html/debug.html b/doc/html/debug.html index 0747921ea..ccbecfb12 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -128,13 +128,13 @@ conditional, based on the state of various debugging flags: QT_CHECK_RANGE Check for variable range errors QT_CHECK_NULL Check for dangerous null pointers QT_CHECK_MATH Check for dangerous math, e.g. division by 0 - QT_NO_CHECK Turn off all QT_CHECK_... flags + TQT_NO_CHECK Turn off all QT_CHECK_... flags QT_DEBUG Enable debugging code - QT_NO_DEBUG Turn off QT_DEBUG flag + TQT_NO_DEBUG Turn off QT_DEBUG flag

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:

   void f( char *p, int i )
-- 
cgit v1.2.3