From 1d318a47b0b45a7f916f526de60d628302cbfd4c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 15 Feb 2024 18:49:06 +0900 Subject: Replace QT_STATIC_CONST_* with actual definitions Signed-off-by: Michele Calgaro --- doc/html/qglobal-h.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'doc/html/qglobal-h.html') diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index bd41a2385..2a3a3a13d 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -714,19 +714,6 @@ const bool true = TRUE; #endif -// -// Workaround for static const members on MSVC++. -// - -#if defined(Q_CC_MSVC) -# define QT_STATIC_CONST static -# define QT_STATIC_CONST_IMPL -#else -# define QT_STATIC_CONST static const -# define QT_STATIC_CONST_IMPL const -#endif - - // // Utility macros and inline functions // -- cgit v1.2.1