summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringmatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qstringmatcher.cpp')
-rw-r--r--src/corelib/text/qstringmatcher.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/text/qstringmatcher.cpp b/src/corelib/text/qstringmatcher.cpp
index ac66ec802e..379d555e54 100644
--- a/src/corelib/text/qstringmatcher.cpp
+++ b/src/corelib/text/qstringmatcher.cpp
@@ -243,6 +243,15 @@ QString QStringMatcher::pattern() const
}
/*!
+ \fn QStringView QStringMatcher::patternView() const noexcept
+ \since 6.7
+
+ Returns a string view of the pattern that this string matcher will search for.
+
+ \sa setPattern()
+*/
+
+/*!
Sets the case sensitivity setting of this string matcher to \a
cs.