QTextLayout docs: a minor typo fix

Change-Id: I5e6d02f17e9064afe0c21dda806e67bc14c728b7
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
Konstantin Ritt 2012-06-19 04:27:41 +03:00 committed by Qt by Nokia
parent b0a6c521ab
commit ff3a46c482

View File

@ -599,7 +599,7 @@ bool QTextLayout::cacheEnabled() const
Sets the visual cursor movement style to the given \a style. If the
QTextLayout is backed by a document, you can ignore this and use the option
in QTextDocument, this option is for widgets like QLineEdit or custom
widgets without a QTextDocument. Default value is QTextCursor::Logical.
widgets without a QTextDocument. Default value is Qt::LogicalMoveStyle.
\sa cursorMoveStyle()
*/