From c034ffd5275d310a1d47c2ebfee24e6bc3fa8093 Mon Sep 17 00:00:00 2001 From: Cage Lee <120989324@qq.com> Date: Sun, 24 Nov 2024 03:04:24 +0800 Subject: [PATCH] doc: Fix a typo for QCborMap Pick-to: 6.8 Change-Id: I2579205350ffc6ec00cb002e0d68f1125d9885d6 Reviewed-by: Paul Wicking --- src/corelib/doc/src/cbor.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/src/cbor.qdoc b/src/corelib/doc/src/cbor.qdoc index 96005b778c1..d1deabc66c7 100644 --- a/src/corelib/doc/src/cbor.qdoc +++ b/src/corelib/doc/src/cbor.qdoc @@ -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