Doc: Make it explicit what QJsonParseError::offset refers to

Pick-to: 6.2 6.5 6.7 6.8
Change-Id: I278929f89e9e6f9f4461558dc0dd949d0455dcb1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Kai Köhne 2024-07-17 09:47:15 +02:00
parent 7f0450a47f
commit e00a032eac

View File

@ -102,9 +102,9 @@ using namespace QtMiscUtils;
/*!
\variable QJsonParseError::offset
Contains the offset in the input string where the parse error occurred.
Contains the byte offset in the UTF-8 byte array where the parse error occurred.
\sa error, errorString()
\sa error, errorString(), QJsonDocument::fromJson()
*/
/*!