summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-08-01 10:54:23 +0200
committerPaul Wicking <paul.wicking@qt.io>2024-08-01 12:38:58 +0200
commit545f1c1ab7db3b2786721935c594dafebdff529c (patch)
treecde1eab3ce14d1f2bd49effde0f9eb01eddbc45b /src/corelib/io/qdebug.cpp
parent6520ed0f2567c5a8fd680dccbff59c5ef8fc89c2 (diff)
Doc: Fix undocumented parameter QDoc warning
Change-Id: Iee12e8500e1a596cad7d1f256eea02d22bf156ef Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
-rw-r--r--src/corelib/io/qdebug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index 1c6aecaaabb..9a00b0b2006 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -1019,7 +1019,8 @@ QString QDebug::toStringImpl(StreamTypeErased s, const void *obj)
\fn template <class T> QByteArray QDebug::toBytes(const T &object)
\since 6.9
- This is equivalent to \c{QDebug::toString(object).toUtf8()}, but more efficient.
+ This is equivalent to passing \a object to
+ \c{QDebug::toString(object).toUtf8()}, but more efficient.
\sa toString()
*/