summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 c433120f6f1..116da9e383a 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