diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-02-16 11:51:16 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-02-16 12:27:05 (GMT) |
commit | 329148df0bdbf7e66c2ba0f6608eb49658f5f2c1 (patch) | |
tree | c8b0ff669bc1a687c07ab5ae23d74dceb0a8342f /src/gui/widgets | |
parent | 73be91d3ec0f9c0701db7260f62426d43fdf5fb0 (diff) | |
download | Qt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.zip Qt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.tar.gz Qt-329148df0bdbf7e66c2ba0f6608eb49658f5f2c1.tar.bz2 |
doc: A QPlainTextEdit is never a QTextBrowser
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qplaintextedit.cpp | 2 |
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) |