diff options
| author | Sona Kurazyan <sona.kurazyan@qt.io> | 2022-03-09 21:26:01 +0100 |
|---|---|---|
| committer | Sona Kurazyan <sona.kurazyan@qt.io> | 2022-03-26 01:44:05 +0100 |
| commit | b6251958932be5966258f362dc9bb7c7475d2d0a (patch) | |
| tree | 2b2dc46c0d097fca15bcc9e2701682919921c339 /src/corelib/text/qstringtokenizer.cpp | |
| parent | 73a03a0c298461aa15d7c2757bc0b6444e5dc3dc (diff) | |
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Task-number: QTBUG-98434
Change-Id: Ib7c5fc0aaca6ef33b93c7486e99502c555bf20bc
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/corelib/text/qstringtokenizer.cpp')
| -rw-r--r-- | src/corelib/text/qstringtokenizer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qstringtokenizer.cpp b/src/corelib/text/qstringtokenizer.cpp index cad70c67180..5e3512628f1 100644 --- a/src/corelib/text/qstringtokenizer.cpp +++ b/src/corelib/text/qstringtokenizer.cpp @@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE Argument Deduction (CTAD), you may write \c{QStringTokenizer{string, separator}} (without template arguments). If you can't use C++17 CTAD, you must use the - QStringView::split() or QLatin1String::split() member functions + QStringView::split() or QLatin1StringView::split() member functions and store the return value only in \c{auto} variables: \code @@ -149,7 +149,7 @@ QT_BEGIN_NAMESPACE /*! \typealias QStringTokenizer::value_type - Alias for \c{const QStringView} or \c{const QLatin1String}, + Alias for \c{const QStringView} or \c{const QLatin1StringView}, depending on the tokenizer's \c Haystack template argument. */ |
