From fa4475f36d6404a70d760ca95ac6a986a8846a3f Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 11 Mar 2024 21:20:42 +0300 Subject: Initial conversion for TQT_THREAD_SUPPORT->!TQT_NO_THREAD Signed-off-by: Alexander Golubev --- src/tools/ntqthreadstorage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/ntqthreadstorage.h') diff --git a/src/tools/ntqthreadstorage.h b/src/tools/ntqthreadstorage.h index 588621237..b9e0e11bb 100644 --- a/src/tools/ntqthreadstorage.h +++ b/src/tools/ntqthreadstorage.h @@ -39,12 +39,12 @@ #ifndef TQTHREADSTORAGE_H #define TQTHREADSTORAGE_H -#ifdef TQT_THREAD_SUPPORT - #ifndef QT_H #include "ntqglobal.h" #endif // QT_H +#ifdef TQT_THREAD_SUPPORT + class TQ_EXPORT TQThreadStorageData { public: -- cgit v1.2.3