diff options
| author | David Boddie <david.boddie@qt.io> | 2025-02-13 17:21:28 +0100 |
|---|---|---|
| committer | David Boddie <david.boddie@qt.io> | 2025-02-14 17:20:10 +0100 |
| commit | 915e1b71af4b131ae3de471ead40bde3778fe642 (patch) | |
| tree | f000c1d8beb76efa9f5ff997b01ac177f0518ee6 /src/corelib/text/qstring.cpp | |
| parent | b6d4c1368d38242a8c677efc3144c10cfe363179 (diff) | |
doc: Change \since from 6.9 to 6.10 to reflect API status
Functions in 6.10 were incorrectly marked as \since 6.9. This was
noticed when automatic cherry-picking of a documentation change failed.
Change-Id: Idc6fe958cd1f4dfed6252e2b1fce6c8fea4d77fb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/text/qstring.cpp')
| -rw-r--r-- | src/corelib/text/qstring.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index f23ce02b5f0..ba2f2aabd8f 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -7065,7 +7065,7 @@ const ushort *QString::utf16() const /*! \fn QString &QString::nullTerminate() - \since 6.9 + \since 6.10 If this string data isn't null-terminated, this method will make a deep copy of the data and make it null-terminated(). @@ -7080,7 +7080,7 @@ const ushort *QString::utf16() const /*! \fn QString QString::nullTerminated() const & - \since 6.9 + \since 6.10 Returns a copy of this string that is always null-terminated. See nullTerminate(). |
