doc: Fix a typo for QCborMap

Change-Id: I2579205350ffc6ec00cb002e0d68f1125d9885d6
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit c034ffd5275d310a1d47c2ebfee24e6bc3fa8093)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Cage Lee 2024-11-24 03:04:24 +08:00 committed by Qt Cherry-pick Bot
parent 4aa38ca8a6
commit e50c29da84

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