Doc: Fixed typo "pragraphs" -> "paragraphs"
Change-Id: I47e88dbedd3afee4bd53550ef1ce643829aecedb Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
cb1b451cd1
commit
abb8beb064
|
|
@ -1283,7 +1283,7 @@ bool QTextCursor::movePosition(MoveOperation op, MoveMode mode, int n)
|
|||
Returns true if the cursor does visual navigation; otherwise
|
||||
returns false.
|
||||
|
||||
Visual navigation means skipping over hidden text pragraphs. The
|
||||
Visual navigation means skipping over hidden text paragraphs. The
|
||||
default is false.
|
||||
|
||||
\sa setVisualNavigation(), movePosition()
|
||||
|
|
@ -1298,7 +1298,7 @@ bool QTextCursor::visualNavigation() const
|
|||
|
||||
Sets visual navigation to \a b.
|
||||
|
||||
Visual navigation means skipping over hidden text pragraphs. The
|
||||
Visual navigation means skipping over hidden text paragraphs. The
|
||||
default is false.
|
||||
|
||||
\sa visualNavigation(), movePosition()
|
||||
|
|
|
|||
Loading…
Reference in New Issue