diff options
| author | Luca Di Sera <luca.disera@qt.io> | 2021-09-15 16:41:31 +0200 |
|---|---|---|
| committer | Luca Di Sera <luca.disera@qt.io> | 2021-09-16 15:52:27 +0200 |
| commit | 10eedd175e99a8be191d116d5c81c340d6c3c5b6 (patch) | |
| tree | 5d9feef6004d00495fc7960b2a038ebd785856ab /src/corelib/serialization/qjsonvalue.cpp | |
| parent | 0246bfd40a2cc5ea9cfc035146e6dd865b334c68 (diff) | |
Doc: Centralize RFC documentation-links in rfc.qdoc
In the effort of repairing broken links as per QTBUG-96127,
a series of RFC links referring to `tools.ietf.org/html/*` were modified
to point to the new address that the site redirected to.
To simplify executing a similar task and to diminish the duplication of
manually inserted urls, the already existing `rfc.qdoc` file, containing
`\externalpage` commands directing to RFC locations, was enhanced with
links to all RFCs that were mentioned in the current documentation, so
as to aggregate this common category of links.
All links pointing to a `ietf` domain inside QDoc documentation blocks
were then changed to use the newly provided external-references.
Task-number: QTBUG-96127
Pick-to: 6.2
Change-Id: I2a52eb6aa8c9e346f64ef1a627b039220d9f6c2a
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@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 325e1db62eb..933a8e1552d 100644 --- a/src/corelib/serialization/qjsonvalue.cpp +++ b/src/corelib/serialization/qjsonvalue.cpp @@ -468,7 +468,7 @@ void QJsonValue::swap(QJsonValue &other) noexcept fails the value is replaced by a null JSON value. Note that QVariant::toString() is also lossy for the majority of types. For example, if the passed QVariant is representing raw byte array data, it is recommended - to pre-encode it to \l {https://www.ietf.org/rfc/rfc4648.txt}{Base64} (or + to pre-encode it to \l {RFC 4686}{Base64} (or another lossless encoding), otherwise a lossy conversion using QString::fromUtf8() will be used. |
