Docs: fix documentation for deprecated QDateStream::readBytes overload
The patch that introduced the deprecation lost '!' at the beginning of the comment block. As a result, the documentation for the deprecated method was not generated at all. Amends cbc6ee0eb9ef42c7024fa527bb94ac89953709a6. Pick-to: 6.8 Change-Id: Ief2f4aae7e21363224fa44ef42847aa132ea769a Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
This commit is contained in:
parent
2ab35ca62f
commit
4ce7235fdd
@ -1030,7 +1030,7 @@ QDataStream &QDataStream::operator>>(char32_t &c)
|
||||
|
||||
#if QT_DEPRECATED_SINCE(6, 11)
|
||||
|
||||
/*
|
||||
/*!
|
||||
\deprecated [6.11] Use an overload that takes qint64 length instead.
|
||||
*/
|
||||
QDataStream &QDataStream::readBytes(char *&s, uint &l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user