summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-01-06 17:42:56 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-01-06 17:43:22 (GMT)
commit0647ea310c3880a0b1457f750dd6d092666c14de (patch)
tree7d7728f5c60a8d06037e10c90c28f4e6a401a831 /src/corelib
parenta8e3cca9032b471c1efd018a75456ee9beb70b13 (diff)
downloadQt-0647ea310c3880a0b1457f750dd6d092666c14de.zip
Qt-0647ea310c3880a0b1457f750dd6d092666c14de.tar.gz
Qt-0647ea310c3880a0b1457f750dd6d092666c14de.tar.bz2
Qt 5 comment added for QT_WA / QT_WA_INLINE removal
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index e285517..573626d 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -1540,6 +1540,7 @@ inline QT3_SUPPORT bool qt_winUnicode() { return true; }
inline QT3_SUPPORT int qWinVersion() { return QSysInfo::WindowsVersion; }
#endif
+// ### Qt 5: remove Win9x support macros QT_WA and QT_WA_INLINE.
#define QT_WA(unicode, ansi) unicode
#define QT_WA_INLINE(unicode, ansi) (unicode)