diff options
author | David Boddie <[email protected]> | 2025-06-06 16:19:05 +0200 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2025-07-02 13:59:54 +0000 |
commit | cb254fa8e2f6f338735efb501ca24afbc9e0d531 (patch) | |
tree | e0919c433329d08f8278840a05de3e4331743bbf | |
parent | 04b235d0120105b901a185e6dbc74c2c5941ce18 (diff) |
Some of these links were self-referencing: they referred to the class
that contained it. In the future, QDoc will warn about this for "see
also" links.
Pick-to: 6.5 6.8 6.9 6.10
Change-Id: I95ccc7c8c1dad595f4a9bebcd2d2257b1b316e26
Reviewed-by: Marc Mutz <[email protected]>
-rw-r--r-- | src/corelib/text/qbytearray.cpp | 2 | ||||
-rw-r--r-- | src/corelib/text/qutf8stringview.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp index 3e27f0260d3..91550056101 100644 --- a/src/corelib/text/qbytearray.cpp +++ b/src/corelib/text/qbytearray.cpp @@ -4933,7 +4933,7 @@ QByteArray QByteArray::fromEcmaUint8Array(emscripten::val uint8array) \since 6.5 \ingroup platform-type-conversions - \sa toEcmaUint8Array() + \sa fromEcmaUint8Array() */ emscripten::val QByteArray::toEcmaUint8Array() { diff --git a/src/corelib/text/qutf8stringview.qdoc b/src/corelib/text/qutf8stringview.qdoc index 6261927f682..fea4ae97761 100644 --- a/src/corelib/text/qutf8stringview.qdoc +++ b/src/corelib/text/qutf8stringview.qdoc @@ -108,7 +108,7 @@ QBasicUtf8StringView. Please do not use the template class's name in your source code. - \sa QAnyStringView, QUtf8StringView, QString + \sa QAnyStringView, QStringView, QLatin1StringView, QString */ /*! |