diff options
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 2171a1bc718..5b654264acd 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -7286,7 +7286,7 @@ static ResultList splitString(const StringSource &source, QStringView sep, \a cs specifies whether \a sep should be matched case sensitively or case insensitively. - If \a behavior is QString::SkipEmptyParts, empty entries don't + If \a behavior is Qt::SkipEmptyParts, empty entries don't appear in the result. By default, empty entries are kept. Example: |
