summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringmatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qstringmatcher.cpp')
-rw-r--r--src/corelib/tools/qstringmatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qstringmatcher.cpp b/src/corelib/tools/qstringmatcher.cpp
index 382d2e9411..49dda80f05 100644
--- a/src/corelib/tools/qstringmatcher.cpp
+++ b/src/corelib/tools/qstringmatcher.cpp
@@ -124,6 +124,7 @@ static inline int bm_find(const ushort *uc, uint l, int index, const ushort *puc
/*!
\class QStringMatcher
+ \inmodule QtCore
\brief The QStringMatcher class holds a sequence of characters that
can be quickly matched in a Unicode string.