QTextLayout docs: a minor typo fix
authorKonstantin Ritt <ritt.ks@gmail.com>
Tue, 19 Jun 2012 01:27:41 +0000 (04:27 +0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jun 2012 00:52:16 +0000 (02:52 +0200)
Change-Id: I5e6d02f17e9064afe0c21dda806e67bc14c728b7
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/gui/text/qtextlayout.cpp

index 3250e28..fb495dc 100644 (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()
 */