diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:51:39 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:52:24 (GMT) |
commit | f6814daef41f438f6c78bf7e67f98c5b552201e4 (patch) | |
tree | 1804be8c92a9531fec14d6724b33a514ec36ae43 /src/gui/widgets | |
parent | 5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560 (diff) | |
download | Qt-f6814daef41f438f6c78bf7e67f98c5b552201e4.zip Qt-f6814daef41f438f6c78bf7e67f98c5b552201e4.tar.gz Qt-f6814daef41f438f6c78bf7e67f98c5b552201e4.tar.bz2 |
doc: Fixed qdoc errors.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qtextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtextedit.cpp b/src/gui/widgets/qtextedit.cpp index f0963d0..998ab4f 100644 --- a/src/gui/widgets/qtextedit.cpp +++ b/src/gui/widgets/qtextedit.cpp @@ -531,7 +531,7 @@ void QTextEditPrivate::_q_ensureVisible(const QRectF &_rect) If the text edit has another content type, it will not be replaced by plain text if you call toPlainText(). The only exception to this - is the non-break space, \i{nbsp;}, that will be converted into + is the non-break space, \e{nbsp;}, that will be converted into standard space. By default, for an editor with no contents, this property contains |