summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qplaintextedit.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-16 11:51:16 (GMT)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-16 12:27:05 (GMT)
commit329148df0bdbf7e66c2ba0f6608eb49658f5f2c1 (patch)
treec8b0ff669bc1a687c07ab5ae23d74dceb0a8342f /src/gui/widgets/qplaintextedit.cpp
parent73be91d3ec0f9c0701db7260f62426d43fdf5fb0 (diff)
downloadQt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.zip
Qt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.tar.gz
Qt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.tar.bz2
doc: A QPlainTextEdit is never a QTextBrowser
Diffstat (limited to 'src/gui/widgets/qplaintextedit.cpp')
-rw-r--r--src/gui/widgets/qplaintextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qplaintextedit.cpp b/src/gui/widgets/qplaintextedit.cpp
index 02ffe13..0d798b7 100644
--- a/src/gui/widgets/qplaintextedit.cpp
+++ b/src/gui/widgets/qplaintextedit.cpp
@@ -2394,7 +2394,7 @@ void QPlainTextEdit::setReadOnly(bool ro)
then the focus policy is also automatically set to Qt::ClickFocus.
The default value depends on whether the QPlainTextEdit is read-only
- or editable, and whether it is a QTextBrowser or not.
+ or editable.
*/
void QPlainTextEdit::setTextInteractionFlags(Qt::TextInteractionFlags flags)