summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-06-19 04:27:41 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-21 02:52:16 +0200
commitff3a46c4825318ab3beba37443388f8f9ef4b5fc (patch)
tree39af068022937cd59361036fc572e49b68627734 /src/gui
parentb0a6c521ab85ef13ffd39e6502d6ab45dda25d7f (diff)
QTextLayout docs: a minor typo fix
Change-Id: I5e6d02f17e9064afe0c21dda806e67bc14c728b7 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/text/qtextlayout.cpp2
1 files changed, 1 insertions, 1 deletions
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()
*/