From ccb3d7c2115bded62c862c012ea7f2cb00891621 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 31 Dec 2025 11:08:37 +0900 Subject: Remove TQ_INLINE_TEMPLATES define Signed-off-by: Michele Calgaro --- doc/html/tqglobal-h.html | 4 ---- src/tools/tqglobal.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html index 17f345651..ab1320b4b 100644 --- a/doc/html/tqglobal-h.html +++ b/doc/html/tqglobal-h.html @@ -753,10 +753,6 @@ TQ_EXPORT int qWinVersion(); #define QT_WA_INLINE( uni, ansi ) ( uni ) #endif -#ifndef TQ_INLINE_TEMPLATES -# define TQ_INLINE_TEMPLATES -#endif - #ifndef TQ_TYPENAME # define TQ_TYPENAME typename #endif diff --git a/src/tools/tqglobal.h b/src/tools/tqglobal.h index e74c87f91..27b4e4bcf 100644 --- a/src/tools/tqglobal.h +++ b/src/tools/tqglobal.h @@ -728,10 +728,6 @@ TQ_EXPORT int qWinVersion(); #define QT_WA_INLINE( uni, ansi ) ( uni ) #endif -#ifndef TQ_INLINE_TEMPLATES -# define TQ_INLINE_TEMPLATES -#endif - #ifndef TQ_TYPENAME # define TQ_TYPENAME typename #endif -- cgit v1.2.3