diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-23 12:50:23 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-23 12:50:23 (GMT) |
commit | df4fe401f98e53c9d93b9a4cb683f23f45043d2b (patch) | |
tree | 5ad2f35cdd343924279f2276be33f0cf2fbccbc0 | |
parent | 9081c1b97532f76b350a712c8e8e6d0bd4cadfdc (diff) | |
download | Qt-df4fe401f98e53c9d93b9a4cb683f23f45043d2b.zip Qt-df4fe401f98e53c9d93b9a4cb683f23f45043d2b.tar.gz Qt-df4fe401f98e53c9d93b9a4cb683f23f45043d2b.tar.bz2 |
Doc: Removed invalid statements about item views and QTextDocument.
Task-number: 257669
Reviewed-by: Trust Me
Bikeshed-value-for-reviewed-by-field: 11
-rw-r--r-- | doc/src/richtext.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/richtext.qdoc b/doc/src/richtext.qdoc index 1c76268..c43db0c 100644 --- a/doc/src/richtext.qdoc +++ b/doc/src/richtext.qdoc @@ -714,8 +714,8 @@ Ideas for other sections: \previouspage Common Rich Text Editing Tasks Qt's text widgets are able to display rich text, specified using a subset of \l{HTML 4} - markup. Widgets that use QTextDocument, such as QLabel, QTextEdit, QTreeWidgetItem and - the other item widgets, are able to display rich text specified in this way. + markup. Widgets that use QTextDocument, such as QLabel and QTextEdit, are able to display + rich text specified in this way. \tableofcontents |