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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qstringmatcher.cpp b/src/corelib/text/qstringmatcher.cpp
index 86942550523..e48d72f03e6 100644
--- a/src/corelib/text/qstringmatcher.cpp
+++ b/src/corelib/text/qstringmatcher.cpp
@@ -153,7 +153,7 @@ void QStringMatcher::updateSkipTable()
Create the QStringMatcher with the QString you want to search
for. Then call indexIn() on the QString that you want to search.
- \sa QString, QByteArrayMatcher, QRegExp
+ \sa QString, QByteArrayMatcher, QRegularExpression
*/
/*!