Doc: Added more appropriate links to help reduce confusion.

Task-number: QTBUG-19919
(cherry picked from commit 26c29a2dd7efa4c66063d1255e1f694462cbae85)
(cherry picked from commit 8304ca4edd7bd71dd0398451e62a281eac54d0a6)

Change-Id: Icd45465723f9077f109459df002556be81dddb33
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
This commit is contained in:
David Boddie 2011-06-16 20:20:50 +02:00 committed by Qt by Nokia
parent e6abf81046
commit c888e20f22

View File

@ -2442,6 +2442,8 @@ bool QTextEdit::find(const QString &exp, QTextDocument::FindFlags options)
and the text edit will try to guess the right format. and the text edit will try to guess the right format.
Use setHtml() or setPlainText() directly to avoid text edit's guessing. Use setHtml() or setPlainText() directly to avoid text edit's guessing.
\sa toPlainText(), toHtml()
*/ */
void QTextEdit::setText(const QString &text) void QTextEdit::setText(const QString &text)
{ {