diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-19 03:39:36 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-19 03:39:36 (GMT) |
commit | 2ca4d08efc444de985a9a7749e771dfcaa0e7683 (patch) | |
tree | de821643167f835cea5a4cb133d32775d4d77784 /src/gui/text/qtextlist.cpp | |
parent | 84b76c452833f52891593f317a64bc78c7486bbf (diff) | |
parent | e19fa69859c1abe8da0623c502d012cff214e1c4 (diff) | |
download | Qt-2ca4d08efc444de985a9a7749e771dfcaa0e7683.zip Qt-2ca4d08efc444de985a9a7749e771dfcaa0e7683.tar.gz Qt-2ca4d08efc444de985a9a7749e771dfcaa0e7683.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/gui/text/qtextlist.cpp')
-rw-r--r-- | src/gui/text/qtextlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextlist.cpp b/src/gui/text/qtextlist.cpp index 8348c92..3e5d7b0 100644 --- a/src/gui/text/qtextlist.cpp +++ b/src/gui/text/qtextlist.cpp @@ -63,7 +63,7 @@ public: \brief The QTextList class provides a decorated list of items in a QTextDocument. - \ingroup text + \ingroup richtext-processing A list contains a sequence of text blocks, each of which is marked with a bullet point or other symbol. Multiple levels of lists can be used, and |