docs: QString contains characters, not items
Change-Id: I479a731780dfce81e138d1aca950385437266763 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
22dbf6111d
commit
dc6e964f63
@ -1291,7 +1291,7 @@ const QString::Null QString::null = { };
|
||||
\since 5.0
|
||||
|
||||
Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary
|
||||
item after the last item in the list.
|
||||
character after the last character in the list.
|
||||
|
||||
\sa cbegin(), end()
|
||||
*/
|
||||
@ -1299,7 +1299,7 @@ const QString::Null QString::null = { };
|
||||
/*! \fn QString::const_iterator QString::constEnd() const
|
||||
|
||||
Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary
|
||||
item after the last item in the list.
|
||||
character after the last character in the list.
|
||||
|
||||
\sa constBegin(), end()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user