diff options
| author | Luca Di Sera <luca.disera@qt.io> | 2023-11-29 17:41:53 +0100 |
|---|---|---|
| committer | Luca Di Sera <luca.disera@qt.io> | 2023-11-30 11:26:20 +0100 |
| commit | 60c2d72d967402ff057e15eeceda4b40560b4ad2 (patch) | |
| tree | bfc14b0059a8bbc5a629c1d8f2080a866a3158c7 /src/corelib/text/qstring.cpp | |
| parent | 7b84cd62b0c3c9ab2ec723ff4982596b1b24d57c (diff) | |
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/qstring.cpp')
| -rw-r--r-- | src/corelib/text/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index fae2ea0a733..0ff1738f517 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -3341,7 +3341,7 @@ QString &QString::append(QChar ch) */ /*! - \fn template <typename InputIterator, if_compatible_iterator<InputIterator>> QString &QString::assign(InputIterator first, InputIterator last) + \fn template <typename InputIterator, QString::if_compatible_iterator<InputIterator>> QString &QString::assign(InputIterator first, InputIterator last) \since 6.6 Replaces the contents of this string with a copy of the elements in the |
