summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit7b39a06fab64feb985982392f8db2b52fcd321f0 (patch)
treefc48e8ec90a38d580444c2c2d53810c1295d5c6e /src/corelib/tools/qhash.cpp
parentacc4c28ef7d73e870df78e30178ec43b8b6c39da (diff)
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools/qhash.cpp')
-rw-r--r--src/corelib/tools/qhash.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index d8169a647b..7bbf3678ea 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -708,6 +708,7 @@ void QHashData::checkSanity()
/*!
\class QHash
+ \inmodule QtCore
\brief The QHash class is a template class that provides a hash-table-based dictionary.
\ingroup tools
@@ -1482,6 +1483,7 @@ void QHashData::checkSanity()
*/
/*! \class QHash::iterator
+ \inmodule QtCore
\brief The QHash::iterator class provides an STL-style non-const iterator for QHash and QMultiHash.
QHash features both \l{STL-style iterators} and \l{Java-style
@@ -1707,6 +1709,7 @@ void QHashData::checkSanity()
*/
/*! \class QHash::const_iterator
+ \inmodule QtCore
\brief The QHash::const_iterator class provides an STL-style const iterator for QHash and QMultiHash.
QHash features both \l{STL-style iterators} and \l{Java-style
@@ -1918,6 +1921,7 @@ void QHashData::checkSanity()
*/
/*! \class QMultiHash
+ \inmodule QtCore
\brief The QMultiHash class is a convenience QHash subclass that provides multi-valued hashes.
\ingroup tools