summaryrefslogtreecommitdiffstats
path: root/doc/debug.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/debug.doc')
-rw-r--r--doc/debug.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/debug.doc b/doc/debug.doc
index a766b381..a6a6dd89 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