From c2be134d15ce9fab1039efcce70733c76984372d Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sat, 26 Sep 2020 08:57:12 +0200 Subject: [PATCH] Fix some qdoc warnings for QAnyStringView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I62f05fea897effff22e5031f02661c01b2e3c45f Reviewed-by: Topi Reiniƶ --- src/corelib/text/qanystringview.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/corelib/text/qanystringview.qdoc b/src/corelib/text/qanystringview.qdoc index 31b29fd7a7..f15f89d636 100644 --- a/src/corelib/text/qanystringview.qdoc +++ b/src/corelib/text/qanystringview.qdoc @@ -112,13 +112,13 @@ */ /*! - \typedef QStringView::difference_type + \typedef QAnyStringView::difference_type Alias for \c{std::ptrdiff_t}. Provided for compatibility with the STL. */ /*! - \typedef QStringView::size_type + \typedef QAnyStringView::size_type Alias for qsizetype. Provided for compatibility with the STL. */ @@ -278,7 +278,7 @@ */ /*! - \fn const void *QStringView::data() const + \fn const void *QAnyStringView::data() const Returns a const pointer to the first character in the string. @@ -338,7 +338,7 @@ */ /*! - \fn int QStringView::length() const + \fn int QAnyStringView::length() const \obsolete Use size() instead, and port callers to qsizetype.