summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qstring.cpp')
-rw-r--r--src/corelib/text/qstring.cpp4
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().