doc: Change \since from 6.9 to 6.10 to reflect API status

Functions in 6.10 were incorrectly marked as \since 6.9. This was
noticed when automatic cherry-picking of a documentation change failed.

Change-Id: Idc6fe958cd1f4dfed6252e2b1fce6c8fea4d77fb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
David Boddie 2025-02-13 17:21:28 +01:00
parent b6d4c1368d
commit 915e1b71af
2 changed files with 4 additions and 4 deletions

View File

@ -2013,7 +2013,7 @@ void QByteArray::expand(qsizetype i)
/*!
\fn QByteArray &QByteArray::nullTerminate()
\since 6.9
\since 6.10
If this byte array's data isn't null-terminated, this method will make
a deep-copy of the data and make it null-terminated.
@ -2028,7 +2028,7 @@ void QByteArray::expand(qsizetype i)
/*!
\fn QByteArray QByteArray::nullTerminated() const &
\since 6.9
\since 6.10
Returns a copy of this byte array that is always null-terminated.
See nullTerminate().

View File

@ -7065,7 +7065,7 @@ const ushort *QString::utf16() const
/*!
\fn QString &QString::nullTerminate()
\since 6.9
\since 6.10
If this string data isn't null-terminated, this method will make a deep
copy of the data and make it null-terminated().
@ -7080,7 +7080,7 @@ const ushort *QString::utf16() const
/*!
\fn QString QString::nullTerminated() const &
\since 6.9
\since 6.10
Returns a copy of this string that is always null-terminated.
See nullTerminate().