From 7b39a06fab64feb985982392f8db2b52fcd321f0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 23 Aug 2012 12:22:38 +0200 Subject: Doc: Add \inmodule QtCore to all QtCore class doc bodies Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen --- src/corelib/tools/qlist.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/corelib/tools/qlist.cpp') diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp index ad33010faf..3ffd5fbed3 100644 --- a/src/corelib/tools/qlist.cpp +++ b/src/corelib/tools/qlist.cpp @@ -329,6 +329,7 @@ void **QListData::erase(void **xi) } /*! \class QList + \inmodule QtCore \brief The QList class is a template class that provides lists. \ingroup tools @@ -1221,6 +1222,7 @@ void **QListData::erase(void **xi) */ /*! \class QList::iterator + \inmodule QtCore \brief The QList::iterator class provides an STL-style non-const iterator for QList and QQueue. QList features both \l{STL-style iterators} and \l{Java-style @@ -1477,6 +1479,7 @@ void **QListData::erase(void **xi) */ /*! \class QList::const_iterator + \inmodule QtCore \brief The QList::const_iterator class provides an STL-style const iterator for QList and QQueue. QList provides both \l{STL-style iterators} and \l{Java-style -- cgit v1.2.3