diff --git a/src/corelib/text/qutf8stringview.qdoc b/src/corelib/text/qutf8stringview.qdoc index 5f3d7509f7..7f22e2a70b 100644 --- a/src/corelib/text/qutf8stringview.qdoc +++ b/src/corelib/text/qutf8stringview.qdoc @@ -217,7 +217,7 @@ */ /*! - \fn template QUtf8StringView::QUtf8StringView(const Char *str, qsizetype len) + \fn template = true> QUtf8StringView::QUtf8StringView(const Char *str, qsizetype len) Constructs a string view on \a str with length \a len. @@ -233,7 +233,7 @@ */ /*! - \fn template QUtf8StringView::QUtf8StringView(const Char *first, const Char *last) + \fn template = true> QUtf8StringView::QUtf8StringView(const Char *first, const Char *last) Constructs a string view on \a first with length (\a last - \a first).