diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index 157cbdb5fb2..5c2186a78cf 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -3039,6 +3039,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