Fix trivial copy-paste typo in QTextBlock::previous() docu
Change-Id: Ia5d260af00aecf40400653e41248b5dd5f074b74 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>bb10
parent
915768f986
commit
c586f958b3
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue