summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2023-11-29 17:41:53 +0100
committerLuca Di Sera <luca.disera@qt.io>2023-11-30 11:26:20 +0100
commit60c2d72d967402ff057e15eeceda4b40560b4ad2 (patch)
treebfc14b0059a8bbc5a629c1d8f2080a866a3158c7 /src/corelib/text/qbytearray.cpp
parentAndroid: bump Android target API level to 34 (diff)
downloadqtbase-60c2d72d967402ff057e15eeceda4b40560b4ad2.tar.xz
qtbase-60c2d72d967402ff057e15eeceda4b40560b4ad2.zip
Doc: Fix \fn template arguments for Qt Core
Upcoming changes to QDoc require accurate definition for template arguments in \fn commands. Task-number: QTBUG-118080 Change-Id: I64d50919bc6ffab61ef5ead553d1da99d63a9f21 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/text/qbytearray.cpp')
-rw-r--r--src/corelib/text/qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 1f496bd404..69d21cbe24 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -2134,7 +2134,7 @@ QByteArray& QByteArray::append(char ch)
*/
/*!
- \fn template <typename InputIterator, if_input_iterator<InputIterator>> QByteArray &QByteArray::assign(InputIterator first, InputIterator last)
+ \fn template <typename InputIterator, QByteArray::if_input_iterator<InputIterator>> QByteArray &QByteArray::assign(InputIterator first, InputIterator last)
\since 6.6
Replaces the contents of this byte array with a copy of the elements in the