Restore lost documentation for QString::append(QStringView)
Lost in commit2766322de3
(at 6.0) as it was buried in the midst of a lot of QStringRef documentation. This commit restores the documentation originally added in commit3238445b27
, 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:
parent
33cf9d32da
commit
eb5f33c7a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user