summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-08-18 17:47:05 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-08-18 17:47:05 (GMT)
commit84408e18ac5a5ccc69cf34832f31ef63b3ff9f11 (patch)
tree16a5eb509930c5696e01b62c4f71146fd262296a /src/gui/widgets
parent5d5cfa71fbb7ed7b4e7f43f015acbeb7b8b00807 (diff)
parent89c6b83ee22ceb009c26c826cc4158d179312434 (diff)
downloadQt-84408e18ac5a5ccc69cf34832f31ef63b3ff9f11.zip
Qt-84408e18ac5a5ccc69cf34832f31ef63b3ff9f11.tar.gz
Qt-84408e18ac5a5ccc69cf34832f31ef63b3ff9f11.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: Doc: Clarified the range of return values from QLineF::angle(). Doc: Fixed \since declarations. Doc: Standardized on QtQuick for \since declarations. Doc: Removed whitespace. Modified \since command behavior slightly to handle project and version. Doc: Added a simple introduction to Qt and fixed links. Doc: Added more appropriate links to help reduce confusion. Doc: Removed non-ASCII characters from the documentation. qdoc: Fixed QTBUG-19338
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/qtextedit.cpp2
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)
{