diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-12 01:44:49 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-14 00:11:47 +0300 |
commit | f610c11869e67d9c79be696de5d5ed69a4761b1b (patch) | |
tree | 57dcfdd70d39ae4a69119397e4d9eff002804d8a /doc/html/qwaitcondition-h.html | |
parent | 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e (diff) | |
download | tqt3-fix/no-thread.tar.gz tqt3-fix/no-thread.zip |
TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update documentationfix/no-thread
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'doc/html/qwaitcondition-h.html')
-rw-r--r-- | doc/html/qwaitcondition-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwaitcondition-h.html b/doc/html/qwaitcondition-h.html index 06589092f..5779eda81 100644 --- a/doc/html/qwaitcondition-h.html +++ b/doc/html/qwaitcondition-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqglobal.h" #endif // QT_H -#if defined(TQT_THREAD_SUPPORT) +#ifndef TQT_NO_THREAD #include <limits.h> |