diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-10 17:52:50 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-11 15:36:25 (GMT) |
commit | 4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4 (patch) | |
tree | 77d484b03e5f64f897f53aac1e7ab4c24ddd9fbd /src/corelib/global | |
parent | 520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5 (diff) | |
download | Qt-4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4.zip Qt-4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4.tar.gz Qt-4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4.tar.bz2 |
Doc: Applied pending fixes to API documentation.
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index a6b9bdd..a0709d0 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2883,8 +2883,8 @@ int qrand() \relates <QtGlobal> \since 4.8 - \brief Hints the compiler that the enclosed condition is likely to evaluate - to \c true. + \brief Hints to the compiler that the enclosed condition, \a expr, is + likely to evaluate to \c true. Use of this macro can help the compiler to optimize the code. @@ -2900,8 +2900,8 @@ int qrand() \relates <QtGlobal> \since 4.8 - \brief Hints the compiler that the enclosed condition is likely to evaluate - to \c false. + \brief Hints to the compiler that the enclosed condition, \a expr, is + likely to evaluate to \c false. Use of this macro can help the compiler to optimize the code. |