From 1a280b2072c5f91088874a01d5cc2ffbec9b9976 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 13 Jul 2020 11:51:45 +0200 Subject: [PATCH] Update documentation of Qt::TextDate This follows up on commit 5ba66c5622e9e0da87a5037399b375d7e8cee554, which removed all locale-dependence from QDateTime; I neglected the doc of the DateFormat enum. Change-Id: I244db9c6e1ab47892162c7f441c2b4202662e6e4 Reviewed-by: Paul Wicking --- src/corelib/global/qnamespace.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 1e04cb9573..54407e4180 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -681,7 +681,7 @@ \value TextDate The default Qt format, which includes the day and month name, the day number in the month, and the year in full. The day and month names will - be short, localized names. This is basically equivalent to using the date format + be short names in English. This is basically equivalent to using the date format string, "ddd MMM d yyyy". See QDate::toString() for more information. \value ISODate \l{ISO 8601} extended format: either \c{yyyy-MM-dd} for dates or