summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-04-14 16:40:26 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-04-15 11:07:01 +0000
commitc586f958b30c32176487133e76d5cf65b15d6166 (patch)
tree19dd43bfd4c8e0ef0f380bf01a36f2ce4853f087 /src/gui
parent915768f986c6af20fd59c017a7dd0296b6de9793 (diff)
Fix trivial copy-paste typo in QTextBlock::previous() docu
Change-Id: Ia5d260af00aecf40400653e41248b5dd5f074b74 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/text/qtextobject.cpp2
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()
*/