From 506d237751d15468fcca52714cc4e9688f77e8fe Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 12 May 2023 11:44:52 +0000 Subject: [PATCH] Doc: Make QByteArray(qsizetype size, Qt::Initialization) doc public The constructor that doesn't explicitly initialize the content of the array can be useful in some cases. Pick-to: 6.5 Fixes: QTBUG-111582 Change-Id: Icc4bd753f1944a91be70316a7303bb822f79d472 Reviewed-by: Thiago Macieira --- src/corelib/text/qbytearray.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp index 22ea7188965..26823443925 100644 --- a/src/corelib/text/qbytearray.cpp +++ b/src/corelib/text/qbytearray.cpp @@ -1829,8 +1829,6 @@ QByteArray::QByteArray(qsizetype size, char ch) } /*! - \internal - Constructs a byte array of size \a size with uninitialized contents. */