Doc: corrected autolink issue json
Task-number: QTBUG-40362 Change-Id: I851670eea6af80b0bb463f00b147d7a6ef289046 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
c506d938a8
commit
74ae86a660
@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
|
||||
removing QJsonValue's from the array.
|
||||
|
||||
A QJsonArray can be converted to and from a QVariantList. You can query the
|
||||
number of entries with size(), insert(), and remove() entries from it
|
||||
number of entries with size(), insert(), and removeAt() entries from it
|
||||
and iterate over its content using the standard C++ iterator pattern.
|
||||
|
||||
QJsonArray is an implicitly shared class and shares the data with the document
|
||||
|
Loading…
Reference in New Issue
Block a user