summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kdab.com>2020-10-01 22:54:22 +0200
committerNicolas Fella <nicolas.fella@kdab.com>2020-10-02 08:05:42 +0200
commit2d8d8ab8c2a1386878429f57f6069d2f86f7708b (patch)
treec1f3b39ae6447c35886568c8f28235e7e627584b /src/corelib/text/qstring.cpp
parenta1dbdc666f6a0c5b43e950a59e6e79fb1a265d8e (diff)
Reference proper SplitBehaviour enum in docs
QString::SkipEmptyParts is Qt::SkipEmptyParts now. Pick-to: 5.15 Change-Id: Ie351bbe9d2350e771f821a9f0bc9f581be5b0022 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/text/qstring.cpp')
-rw-r--r--src/corelib/text/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp
index 2171a1bc71..5b654264ac 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: