Typo fix in QDateTime::toString() documentation
Text that should simply have been naming days of the week used Qt::Sunday rather than the simple day name. Change-Id: I64a3cdacd854c1c9c0fbf2d11826555086d674f4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
d3ab4a1ce7
commit
a4bd635b33
|
|
@ -3611,7 +3611,7 @@ QString QDateTime::toString(Qt::DateFormat format) const
|
|||
\li the abbreviated localized day name (e.g. 'Mon' to 'Sun').
|
||||
Uses the system locale to localize the name, i.e. QLocale::system().
|
||||
\row \li dddd
|
||||
\li the long localized day name (e.g. 'Monday' to 'Qt::Sunday').
|
||||
\li the long localized day name (e.g. 'Monday' to 'Sunday').
|
||||
Uses the system locale to localize the name, i.e. QLocale::system().
|
||||
\row \li M \li the month as number without a leading zero (1-12)
|
||||
\row \li MM \li the month as number with a leading zero (01-12)
|
||||
|
|
|
|||
Loading…
Reference in New Issue