QStringRef: add missing \since 5.4

{,c}{begin,end}() were added post-5.3, in 1a6f490b, but weren't marked with \since 5.4.

Add it.

Change-Id: Ide743833144f784c7d09b125e7a22f9b184ed823
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
bb10
Marc Mutz 2014-08-08 09:47:09 +02:00 committed by Oswald Buddenhagen
parent dcf9883dff
commit 28bb18c0c0
1 changed files with 4 additions and 0 deletions

View File

@ -8518,18 +8518,21 @@ ownership of it, no memory is freed when instances are destroyed.
/*!
\fn const QChar *QStringRef::begin() const
\since 5.4
Same as unicode().
*/
/*!
\fn const QChar *QStringRef::cbegin() const
\since 5.4
Same as unicode().
*/
/*!
\fn const QChar *QStringRef::end() const
\since 5.4
Returns a pointer to one character past the last one in this string.
(It is the same as \c {unicode() + size()}.)
@ -8537,6 +8540,7 @@ ownership of it, no memory is freed when instances are destroyed.
/*!
\fn const QChar *QStringRef::cend() const
\since 5.4
Returns a pointer to one character past the last one in this string.
(It is the same as \c {unicode() + size()}.)