summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qbytearray.cpp')
-rw-r--r--src/corelib/tools/qbytearray.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp
index b6719c9536..db22a774f4 100644
--- a/src/corelib/tools/qbytearray.cpp
+++ b/src/corelib/tools/qbytearray.cpp
@@ -799,6 +799,12 @@ const QConstByteArrayData<1> QByteArray::shared_empty = { { Q_REFCOUNT_INITIALIZ
\internal
*/
+/*! \fn QByteArray::const_iterator QByteArray::cbegin() const
+ \since 5.0
+
+ \internal
+*/
+
/*! \fn QByteArray::const_iterator QByteArray::constBegin() const
\internal
@@ -814,6 +820,12 @@ const QConstByteArrayData<1> QByteArray::shared_empty = { { Q_REFCOUNT_INITIALIZ
\internal
*/
+/*! \fn QByteArray::const_iterator QByteArray::cend() const
+ \since 5.0
+
+ \internal
+*/
+
/*! \fn QByteArray::const_iterator QByteArray::constEnd() const
\internal