diff options
Diffstat (limited to 'src/gui/widgets/qtextedit.cpp')
-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 6e97fc1..453b38b 100644 --- a/src/gui/widgets/qtextedit.cpp +++ b/src/gui/widgets/qtextedit.cpp @@ -406,7 +406,7 @@ void QTextEditPrivate::_q_ensureVisible(const QRectF &_rect) within the text. If you want to limit the total number of paragraphs in a QTextEdit, - as it is for example open useful in a log viewer, then you can use + as for example it is often useful in a log viewer, then you can use QTextDocument's maximumBlockCount property for that. \section2 Read-only Key Bindings |