summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbitarray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qbitarray.cpp')
-rw-r--r--src/corelib/tools/qbitarray.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qbitarray.cpp b/src/corelib/tools/qbitarray.cpp
index 6d26d93508..c4f98cb703 100644
--- a/src/corelib/tools/qbitarray.cpp
+++ b/src/corelib/tools/qbitarray.cpp
@@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QBitArray
+ \inmodule QtCore
\brief The QBitArray class provides an array of bits.
\ingroup tools
@@ -618,6 +619,7 @@ QBitArray operator^(const QBitArray &a1, const QBitArray &a2)
/*!
\class QBitRef
+ \inmodule QtCore
\reentrant
\brief The QBitRef class is an internal class, used with QBitArray.