summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qregexp.cpp')
-rw-r--r--src/corelib/tools/qregexp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp
index 0f3b67d16a..7cc405c29e 100644
--- a/src/corelib/tools/qregexp.cpp
+++ b/src/corelib/tools/qregexp.cpp
@@ -78,6 +78,7 @@ int qFindString(const QChar *haystack, int haystackLen, int from,
/*!
\class QRegExp
+ \inmodule QtCore
\reentrant
\brief The QRegExp class provides pattern matching using regular expressions.