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:
parent
b5d874e36f
commit
506d237751
@ -1829,8 +1829,6 @@ QByteArray::QByteArray(qsizetype size, char ch)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\internal
|
|
||||||
|
|
||||||
Constructs a byte array of size \a size with uninitialized contents.
|
Constructs a byte array of size \a size with uninitialized contents.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user