Fix trivial copy-paste typo in QTextBlock::previous() docu

Change-Id: Ia5d260af00aecf40400653e41248b5dd5f074b74
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
bb10
Konstantin Ritt 2015-04-14 16:40:26 +04:00
parent 915768f986
commit c586f958b3
1 changed files with 1 additions and 1 deletions

View File

@ -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()
*/