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:
parent
7f0450a47f
commit
e00a032eac
@ -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()
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user