Fix some qdoc warnings for QAnyStringView

Change-Id: I62f05fea897effff22e5031f02661c01b2e3c45f
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Volker Hilsheimer 2020-09-26 08:57:12 +02:00
parent cc6677a6c7
commit c2be134d15
1 changed files with 4 additions and 4 deletions

View File

@ -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.