summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/serialization/qcborstream.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/serialization/qcborstream.cpp b/src/corelib/serialization/qcborstream.cpp
index e9d22ecabf..9ad6a55456 100644
--- a/src/corelib/serialization/qcborstream.cpp
+++ b/src/corelib/serialization/qcborstream.cpp
@@ -1452,13 +1452,6 @@ bool QCborStreamWriter::endMap()
parsing from a QByteArray, or reparse(), if it is instead reading directly
a the QIDOevice that now has more data available (see setDevice()).
- \section1 Validation
-
- In addition to the basic well-formedness of the CBOR stream,
- QCborStreamReader has an API to validate the stream to further parameters,
- such as whether it is canonical CBOR or follows strict encoding (see
- \l{QCborStreamWriter} for more details). See validate() and ValidationFlags.
-
\sa QCborStreamWriter, QCborValue, QXmlStreamReader
*/