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/qthreadstorage-h.html | |
| parent | 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e (diff) | |
| download | tqt-fix/no-thread.tar.gz tqt-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/qthreadstorage-h.html')
| -rw-r--r-- | doc/html/qthreadstorage-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qthreadstorage-h.html b/doc/html/qthreadstorage-h.html index 7efc05556..629de64c5 100644 --- a/doc/html/qthreadstorage-h.html +++ b/doc/html/qthreadstorage-h.html @@ -75,7 +75,7 @@ body { background: #ffffff; color: black; } #ifndef TQTHREADSTORAGE_H #define TQTHREADSTORAGE_H -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #ifndef QT_H #include "ntqglobal.h" @@ -126,7 +126,7 @@ public: { (void) d.set( t ); } }; -#endif // TQT_THREAD_SUPPORT +#endif // TQT_NO_THREAD #endif // TQTHREADSTORAGE_H </pre> |
