summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qdatetime.cpp')
-rw-r--r--src/corelib/time/qdatetime.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp
index 167db2bb6a..f5d0cad42f 100644
--- a/src/corelib/time/qdatetime.cpp
+++ b/src/corelib/time/qdatetime.cpp
@@ -4019,8 +4019,7 @@ QString QDateTime::toString(Qt::DateFormat format) const
If the datetime is invalid, an empty string will be returned.
\note If localized month and day names are desired, please switch to using
- QLocale::system().toString() as QDateTime methods shall change to use
- English (C locale) names at Qt 6.
+ QLocale::system().toString() as QDateTime methods use English (C locale) names.
\sa fromString(), QDate::toString(), QTime::toString(), QLocale::toString()
*/