diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index 3f0d8db42e..43b64f399e 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -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