summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qanystringview.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-26 08:57:12 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-26 14:35:21 +0200
commitc2be134d15ce9fab1039efcce70733c76984372d (patch)
tree5748bec5dbf0b81dc9ac2931cd998f60676c9104 /src/corelib/text/qanystringview.qdoc
parentcc6677a6c72677fb39fa08e2c97aeb262fd9abc7 (diff)
Fix some qdoc warnings for QAnyStringView
Change-Id: I62f05fea897effff22e5031f02661c01b2e3c45f Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/text/qanystringview.qdoc')
-rw-r--r--src/corelib/text/qanystringview.qdoc8
1 files 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.