summaryrefslogtreecommitdiffstats
path: root/doc/html/qglobal-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:49:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 10:46:31 +0900
commit33c36fae2a0814715082a8fe59f208eeb018ed1d (patch)
tree38b2cd06f694e03007946d28a6f31b65f661dfac /doc/html/qglobal-h.html
parent473cd1e8a525d82f49e936d76daabe3d094a8807 (diff)
downloadtqt-33c36fae2a0814715082a8fe59f208eeb018ed1d.tar.gz
tqt-33c36fae2a0814715082a8fe59f208eeb018ed1d.zip
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1d318a47b0b45a7f916f526de60d628302cbfd4c)
Diffstat (limited to 'doc/html/qglobal-h.html')
-rw-r--r--doc/html/qglobal-h.html13
1 files changed, 0 insertions, 13 deletions
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
@@ -715,19 +715,6 @@ const bool true = TRUE;
//
-// 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
//