From ff3a46c4825318ab3beba37443388f8f9ef4b5fc Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Tue, 19 Jun 2012 04:27:41 +0300 Subject: QTextLayout docs: a minor typo fix Change-Id: I5e6d02f17e9064afe0c21dda806e67bc14c728b7 Reviewed-by: Lars Knoll --- src/gui/text/qtextlayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text') diff --git a/src/gui/text/qtextlayout.cpp b/src/gui/text/qtextlayout.cpp index 3250e2831c..fb495dc821 100644 --- a/src/gui/text/qtextlayout.cpp +++ b/src/gui/text/qtextlayout.cpp @@ -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() */ -- cgit v1.2.3