diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2022-12-15 17:39:18 +0200 |
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2023-01-05 14:46:38 +0200 |
| commit | a608744c9021a2ca26801bd4086c4360c9ded5f2 (patch) | |
| tree | 3b9f87bf91ee0d3215e2a0a1d0d72210ded7e8ba /src/corelib/serialization/qjsonvalue.cpp | |
| parent | d18f142062896da855222c92ceb7e4273d2c8375 (diff) | |
Docs: adjust docs after the QLatin1String to QLatin1StringView rename
Unify wording as "{Latin-1,UTF-16} string viewed by \a str".
Drive-by change: Fix a grammatical error, it's "a US-ASCII", not an
(because it's pronounced by the letter name "U" which is pronounced
like "you", so "a" not "an").
Task-number: QTBUG-108711
Pick-to: 6.5
Change-Id: Iff763f4008341c35317bb3d7a2a228767ff6a648
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/serialization/qjsonvalue.cpp')
| -rw-r--r-- | src/corelib/serialization/qjsonvalue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/serialization/qjsonvalue.cpp b/src/corelib/serialization/qjsonvalue.cpp index cc15f412f4f..1cc8e71d9ba 100644 --- a/src/corelib/serialization/qjsonvalue.cpp +++ b/src/corelib/serialization/qjsonvalue.cpp @@ -198,7 +198,7 @@ QJsonValue::QJsonValue(const QString &s) */ /*! - Creates a value of type String, with value \a s. + Creates a value of type String, with the Latin-1 string viewed by \a s. */ QJsonValue::QJsonValue(QLatin1StringView s) : value(s) |
