summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-05-12 11:44:52 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-05-15 08:56:21 +0000
commit506d237751d15468fcca52714cc4e9688f77e8fe (patch)
tree59cc854624da0a2efec03615edce110c12e0e75b /src/corelib/text/qbytearray.cpp
parentb5d874e36fd39fa6e57ff27db27ae0b029949749 (diff)
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>
Diffstat (limited to 'src/corelib/text/qbytearray.cpp')
-rw-r--r--src/corelib/text/qbytearray.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 22ea718896..2682344392 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.
*/