diff options
author | Michele Calgaro <[email protected]> | 2024-02-15 18:49:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-15 18:58:23 +0900 |
commit | 1d318a47b0b45a7f916f526de60d628302cbfd4c (patch) | |
tree | 40e178533acb193432ab512d05eb3f03ff4a855c /src/tools/ntqglobal.h | |
parent | 67bff2edcacb208dc44dcd521386bef686dc6dbf (diff) | |
download | tqt3-1d318a47b0b45a7f916f526de60d628302cbfd4c.tar.gz tqt3-1d318a47b0b45a7f916f526de60d628302cbfd4c.zip |
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/ntqglobal.h')
-rw-r--r-- | src/tools/ntqglobal.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index edd27d431..1eb559919 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -681,19 +681,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 // |