summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-11-16 00:32:31 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-11-16 00:32:31 (GMT)
commit13d471d63293b575ab6d5a6bf4abd02a69f07258 (patch)
treeea8fc0df21f00b7de1ca88149e61df6b4607d945
parent1b906e167c4eec4a8b4e99f97faad3a0f095b51b (diff)
parent32817efdfec402f2e839535c326a49f884cb984f (diff)
downloadQt-13d471d63293b575ab6d5a6bf4abd02a69f07258.zip
Qt-13d471d63293b575ab6d5a6bf4abd02a69f07258.tar.gz
Qt-13d471d63293b575ab6d5a6bf4abd02a69f07258.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: doc: Fix documentation of QTextEdit::setDocument
-rw-r--r--src/gui/widgets/qtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtextedit.cpp b/src/gui/widgets/qtextedit.cpp
index 4541730..6b3f444 100644
--- a/src/gui/widgets/qtextedit.cpp
+++ b/src/gui/widgets/qtextedit.cpp
@@ -773,7 +773,7 @@ Qt::Alignment QTextEdit::alignment() const
is the document's parent object. The parent object of the provided document
remains the owner of the object.
- If the current document is a child of the text editor, then it is deleted.
+ The editor does not delete the current document, even if it is a child of the editor.
\sa document()
*/