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>
bb10
Kai Koehne 2014-02-24 11:43:13 +01:00 committed by The Qt Project
parent 7129ec0f47
commit ee55244df4
1 changed files with 2 additions and 2 deletions

View File

@ -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