diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-16 18:20:50 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-06-16 18:20:50 (GMT) |
commit | 26c29a2dd7efa4c66063d1255e1f694462cbae85 (patch) | |
tree | 795811edb0a7683469dc51327f3b6a0d61e159bf /src/gui | |
parent | 1bd6f1bd280ee6e1ecd4de2291c8ccfb4d06b7a4 (diff) | |
download | Qt-26c29a2dd7efa4c66063d1255e1f694462cbae85.zip Qt-26c29a2dd7efa4c66063d1255e1f694462cbae85.tar.gz Qt-26c29a2dd7efa4c66063d1255e1f694462cbae85.tar.bz2 |
Doc: Added more appropriate links to help reduce confusion.
Task-number: QTBUG-19919
Diffstat (limited to 'src/gui')
-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) { |