summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlinkedlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qlinkedlist.cpp')
-rw-r--r--src/corelib/tools/qlinkedlist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/tools/qlinkedlist.cpp b/src/corelib/tools/qlinkedlist.cpp
index 46f5b7c2df..e1191e5413 100644
--- a/src/corelib/tools/qlinkedlist.cpp
+++ b/src/corelib/tools/qlinkedlist.cpp
@@ -50,6 +50,7 @@ const QLinkedListData QLinkedListData::shared_null = {
};
/*! \class QLinkedList
+ \inmodule QtCore
\brief The QLinkedList class is a template class that provides linked lists.
\ingroup tools
@@ -612,6 +613,7 @@ const QLinkedListData QLinkedListData::shared_null = {
*/
/*! \class QLinkedList::iterator
+ \inmodule QtCore
\brief The QLinkedList::iterator class provides an STL-style non-const iterator for QLinkedList.
QLinkedList features both \l{STL-style iterators} and
@@ -846,6 +848,7 @@ const QLinkedListData QLinkedListData::shared_null = {
*/
/*! \class QLinkedList::const_iterator
+ \inmodule QtCore
\brief The QLinkedList::const_iterator class provides an STL-style const iterator for QLinkedList.
QLinkedList features both \l{STL-style iterators} and