diff options
| -rw-r--r-- | src/corelib/io/qdebug.cpp | 3 |
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() */ |
