summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimeglobpattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/mimetypes/qmimeglobpattern.cpp')
-rw-r--r--src/corelib/mimetypes/qmimeglobpattern.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/mimetypes/qmimeglobpattern.cpp b/src/corelib/mimetypes/qmimeglobpattern.cpp
index 77d688d5bf..2ea07e2e1a 100644
--- a/src/corelib/mimetypes/qmimeglobpattern.cpp
+++ b/src/corelib/mimetypes/qmimeglobpattern.cpp
@@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\internal
\class QMimeGlobMatchResult
+ \inmodule QtCore
\brief The QMimeGlobMatchResult class accumulates results from glob matching.
Handles glob weights, and preferring longer matches over shorter matches.
@@ -84,6 +85,7 @@ void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const Q
/*!
\internal
\class QMimeGlobPattern
+ \inmodule QtCore
\brief The QMimeGlobPattern class contains the glob pattern for file names for MIME type matching.
\sa QMimeType, QMimeDatabase, QMimeMagicRuleMatcher, QMimeMagicRule