diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-16 18:20:50 (GMT) |
---|---|---|
committer | Timo Turunen <timo.p.turunen@nokia.com> | 2011-08-30 07:01:59 (GMT) |
commit | 5f1a48fc755fc8506db816536ea7f0fd08dde85d (patch) | |
tree | 0f991a736bb45a49386a42091ab6c9cfecbba38f /src/gui/widgets | |
parent | 8a551bcff806dddf696cb5f941e6f9aef5736c72 (diff) | |
download | Qt-5f1a48fc755fc8506db816536ea7f0fd08dde85d.zip Qt-5f1a48fc755fc8506db816536ea7f0fd08dde85d.tar.gz Qt-5f1a48fc755fc8506db816536ea7f0fd08dde85d.tar.bz2 |
Doc: Added more appropriate links to help reduce confusion.
Task-number: QTBUG-19919
(cherry picked from commit 26c29a2dd7efa4c66063d1255e1f694462cbae85)
Reapplied after bad v4.7.4 merge
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qtextedit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/qtextedit.cpp b/src/gui/widgets/qtextedit.cpp index 6757d77..b6661c9 100644 --- a/src/gui/widgets/qtextedit.cpp +++ b/src/gui/widgets/qtextedit.cpp @@ -2472,6 +2472,8 @@ bool QTextEdit::find(const QString &exp, QTextDocument::FindFlags options) and the text edit will try to guess the right format. Use setHtml() or setPlainText() directly to avoid text edit's guessing. + + \sa toPlainText(), toHtml() */ void QTextEdit::setText(const QString &text) { |