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 <thiago.macieira@intel.com>
This commit is contained in:
Topi Reinio 2023-05-12 11:44:52 +00:00
parent b5d874e36f
commit 506d237751

View File

@ -1829,8 +1829,6 @@ QByteArray::QByteArray(qsizetype size, char ch)
}
/*!
\internal
Constructs a byte array of size \a size with uninitialized contents.
*/