From 0f2afeba0406475543c4808ff34748e02c4607d1 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Fri, 25 Oct 2024 17:47:34 +0200 Subject: [PATCH] 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 (cherry picked from commit 4ce7235fdd6183478eebfcf2f1d6058a172b285a) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/serialization/qdatastream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/serialization/qdatastream.cpp b/src/corelib/serialization/qdatastream.cpp index 329be4a294e..b46b2b910c4 100644 --- a/src/corelib/serialization/qdatastream.cpp +++ b/src/corelib/serialization/qdatastream.cpp @@ -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)