diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-07-12 23:03:04 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-13 02:03:11 (GMT) |
commit | aca359dcc14a8ed6bcebdf2ba887dc0fc43f6e01 (patch) | |
tree | edf83df9e24d408ffc8353bf3e0f62a44256c33a /src | |
parent | 144ad51312b1af2354fee669be2990e70470caa3 (diff) | |
download | Qt-aca359dcc14a8ed6bcebdf2ba887dc0fc43f6e01.zip Qt-aca359dcc14a8ed6bcebdf2ba887dc0fc43f6e01.tar.gz Qt-aca359dcc14a8ed6bcebdf2ba887dc0fc43f6e01.tar.bz2 |
doc: removed incorrect reference to Q_OS_X11
It's Q_WS_X11, not Q_OS_X11.
Change-Id: I1778f6d268ea0ce702e5eb451f7a9dc0e1b5e754
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 98ed832..2e5b365 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -496,7 +496,7 @@ QT_BEGIN_NAMESPACE the application is compiled using Forte Developer, or Sun Studio C++. The header file also declares a range of macros (Q_OS_*) that are defined for the specified platforms. For example, - Q_OS_X11 which is defined for the X Window System. + Q_OS_WIN32 which is defined for Microsoft Windows. The purpose of these macros is to enable programmers to add compiler or platform specific code to their application. |