diff options
Diffstat (limited to 'src/corelib/tools/qstringview.cpp')
| -rw-r--r-- | src/corelib/tools/qstringview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qstringview.cpp b/src/corelib/tools/qstringview.cpp index 9cefcd45319..0e3246c72c5 100644 --- a/src/corelib/tools/qstringview.cpp +++ b/src/corelib/tools/qstringview.cpp @@ -371,8 +371,7 @@ QT_BEGIN_NAMESPACE Returns a const pointer to the first character in the string. - \c{storage_type} is \c{char16_t}, except on MSVC 2013 (which lacks \c char16_t support), - where it is \c{wchar_t} instead. + \c{storage_type} is \c{char16_t}. \note The character array represented by the return value is \e not null-terminated. |
