diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-16 18:20:50 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-07-01 11:55:39 (GMT) |
commit | 8304ca4edd7bd71dd0398451e62a281eac54d0a6 (patch) | |
tree | b3211563134dd9dfd4dc5513173f458bbf33d6cf /src/gui/widgets | |
parent | 3ac6c3847a2abab63f8c45d856b19d3b38e2c78a (diff) | |
download | Qt-8304ca4edd7bd71dd0398451e62a281eac54d0a6.zip Qt-8304ca4edd7bd71dd0398451e62a281eac54d0a6.tar.gz Qt-8304ca4edd7bd71dd0398451e62a281eac54d0a6.tar.bz2 |
Doc: Added more appropriate links to help reduce confusion.
Task-number: QTBUG-19919
(cherry picked from commit 26c29a2dd7efa4c66063d1255e1f694462cbae85)
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 2670089..61d4fed 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) { |