Restore lost documentation for QString::append(QStringView)

Lost in commit 2766322de3 (at 6.0) as it
was buried in the midst of a lot of QStringRef documentation. This
commit restores the documentation originally added in commit
3238445b27, but locates it among the
other QString::append() overloads and adds a \overload directive.

Pick-to: 6.4 6.2
Change-Id: If7b98f1ae9ae8144c421a048c8a35be8474558c7
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Edward Welbourne 2022-10-31 15:21:44 +01:00
parent 33cf9d32da
commit eb5f33c7a1

View File

@ -3103,6 +3103,14 @@ QString &QString::append(const QString &str)
return *this;
}
/*!
\fn QString &QString::append(QStringView v)
\overload append()
\since 6.0
Appends the given string view \a v to this string and returns the result.
*/
/*!
\overload append()
\since 5.0