diff options
Diffstat (limited to 'doc/html/qglobal-h.html')
-rw-r--r-- | doc/html/qglobal-h.html | 13 |
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 // |