summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-02-13 10:21:11 +0100
committerPaul Wicking <paul.wicking@qt.io>2024-02-14 21:47:28 +0100
commit99b9eb7177beefc70ea53579a3f88825751ca6d2 (patch)
tree7570df7300a127a773b0f5ad623d91345dbcdd92 /src/corelib/text/qbytearray.cpp
parentDoc: Resolve qdoc link warnings (diff)
downloadqtbase-99b9eb7177beefc70ea53579a3f88825751ca6d2.tar.xz
qtbase-99b9eb7177beefc70ea53579a3f88825751ca6d2.zip
Doc: Fix QDoc warnings for overloads
Change-Id: I9a77b6ea0026748c7f97f73b327118f7a9212d52 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/text/qbytearray.cpp')
-rw-r--r--src/corelib/text/qbytearray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 738d4afb40..1eb5c5b2d2 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -1282,6 +1282,7 @@ QByteArray::iterator QByteArray::erase(QByteArray::const_iterator first, QByteAr
/*!
\fn QByteArray::iterator QByteArray::erase(QByteArray::const_iterator it)
+ \overload
\since 6.5
Removes the character denoted by \c it from the byte array.