summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-02-24 11:43:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-25 16:05:23 +0100
commitee55244df4747712f953c448244c68ba3e95e31c (patch)
tree4958992952496292dba9709c850a2d6b51c59a56 /src
parent7129ec0f476f33f32760e4b7801adaae14164444 (diff)
Fix link to argument formats in QString::setNum documentation
Also drop mentioning of 'F', which is (though supported) not mentioned in the linked section. Change-Id: I9bf763f25b8b0309c338adbf3d63d94678ecee5e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qstring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index c433120f6f..116da9e383 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -6428,8 +6428,8 @@ QString &QString::setNum(qulonglong n, int base)
to the given \a format and \a precision, and returns a reference
to the string.
- The \a format can be 'f', 'F', 'e', 'E', 'g' or 'G' (see the
- arg() function documentation for an explanation of the formats).
+ The \a format can be 'e', 'E', 'f', 'g' or 'G' (see
+ \l{Argument Formats} for an explanation of the formats).
The formatting always uses QLocale::C, i.e., English/UnitedStates.
To get a localized string representation of a number, use