diff --git a/src/corelib/text/qanystringview.cpp b/src/corelib/text/qanystringview.cpp index da72e5f18d4..c8e5daaf089 100644 --- a/src/corelib/text/qanystringview.cpp +++ b/src/corelib/text/qanystringview.cpp @@ -103,7 +103,7 @@ QT_BEGIN_NAMESPACE and UTF-8 multibyte sequences count as two, three or four, depending on their length). - \sa QUtf8StringView, QStringView + \sa {Which string class to use?}, QUtf8StringView, QStringView */ /*! diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index ff68f9509e4..b2f4919c7c4 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -2132,7 +2132,8 @@ void qtWarnAboutInvalidRegularExpression(const QString &pattern, const char *whe Mitigating or controlling the behavior these limits cause is beyond the scope of the Qt API. - \sa fromRawData(), QChar, QStringView, QLatin1StringView, QByteArray + \sa {Which string class to use?}, fromRawData(), QChar, QStringView, + QLatin1StringView, QByteArray */ /*! \typedef QString::ConstIterator diff --git a/src/corelib/text/qstringview.cpp b/src/corelib/text/qstringview.cpp index b3ac645ceda..0b7fbca0a44 100644 --- a/src/corelib/text/qstringview.cpp +++ b/src/corelib/text/qstringview.cpp @@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE allowed in \c constexpr functions). You can use an indexed loop and/or utf16() in \c constexpr contexts instead. - \sa QString + \sa {Which string class to use?}, QString */ /*!