summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearraymatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qbytearraymatcher.cpp')
-rw-r--r--src/corelib/tools/qbytearraymatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qbytearraymatcher.cpp b/src/corelib/tools/qbytearraymatcher.cpp
index 17ae2cbe88..3d39b8526a 100644
--- a/src/corelib/tools/qbytearraymatcher.cpp
+++ b/src/corelib/tools/qbytearraymatcher.cpp
@@ -90,6 +90,7 @@ static inline int bm_find(const uchar *cc, int l, int index, const uchar *puc, u
}
/*! \class QByteArrayMatcher
+ \inmodule QtCore
\brief The QByteArrayMatcher class holds a sequence of bytes that
can be quickly matched in a byte array.