diff options
Diffstat (limited to 'src/gui/text/qtextobject.cpp')
-rw-r--r-- | src/gui/text/qtextobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextobject.cpp b/src/gui/text/qtextobject.cpp index 425126d474..df7c8b9c71 100644 --- a/src/gui/text/qtextobject.cpp +++ b/src/gui/text/qtextobject.cpp @@ -1561,7 +1561,7 @@ QTextBlock QTextBlock::next() const Returns the text block in the document before this block, or an empty text block if this is the first one. - Note that the next block may be in a different frame or table to this block. + Note that the previous block may be in a different frame or table to this block. \sa next(), begin(), end() */ |