diff options
author | David Boddie <dboddie@trolltech.com> | 2009-04-01 14:37:14 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-04-01 16:09:34 (GMT) |
commit | 6869506819aa705fab4d20e8f683bc75e1d2f5c2 (patch) | |
tree | 6d47469e179e63d46678a53f03d268eeb84e9b80 | |
parent | 2f53d62b7c2583e05f2a61c37b237b604d9e9d3b (diff) | |
download | Qt-6869506819aa705fab4d20e8f683bc75e1d2f5c2.zip Qt-6869506819aa705fab4d20e8f683bc75e1d2f5c2.tar.gz Qt-6869506819aa705fab4d20e8f683bc75e1d2f5c2.tar.bz2 |
Doc: Trivial fixes.
Reviewed-by: TrustMe
-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 1645279..8324d05 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2944,12 +2944,12 @@ bool QInternal::callFunction(InternalFunction func, void **args) Compares the floating point value \a p1 and \a p2 and returns \c true if they are considered equal, otherwise \c false. - + Note that comparing values where either \a p1 or \a p2 is 0.0 will not work. - The solution to this is to compare against values greater than or equal to 1.0 - + The solution to this is to compare against values greater than or equal to 1.0. + \snippet doc/src/snippets/code/src_corelib_global_qglobal.cpp 46 - + The two numbers are compared in a relative way, where the exactness is stronger the smaller the numbers are. */ |