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.

Change-Id: Ief2f4aae7e21363224fa44ef42847aa132ea769a
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
(cherry picked from commit 4ce7235fdd6183478eebfcf2f1d6058a172b285a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ivan Solovev 2024-10-25 17:47:34 +02:00 committed by Qt Cherry-pick Bot
parent 45c8ab1149
commit 0f2afeba04

View File

@ -1029,7 +1029,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)