doc: Fix a typo for QCborMap

Pick-to: 6.8
Change-Id: I2579205350ffc6ec00cb002e0d68f1125d9885d6
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Cage Lee 2024-11-24 03:04:24 +08:00 committed by Paul Wicking
parent a315a9e70e
commit c034ffd527

View File

@ -60,7 +60,7 @@
The QCborMap class is used to hold an map of QCborValue objects. A
QCborValue object can contain a QCborMap object. It has functions for
converting to and from QVariantMap, QVariantMap, and QJsonObject, but it
converting to and from QVariantMap, QVariantHash, and QJsonObject, but it
can have keys of any type, not just QString.
\section2 The QCborStreamReader Class