diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
commit | 8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b (patch) | |
tree | ea6de85c9fee2cc7e1ece555793b2483177fb6cf /src/gui/widgets | |
parent | be69c316c56379d2b955491ffc54754018079dec (diff) | |
download | Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.zip Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.gz Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.bz2 |
Fixed spelling, broken links, and missing default values.
Tasks: QTBUG-13271, QTBUG-13212, QTBUG-12321
Reviewer: David Boddie
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qlinecontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/qlinecontrol.cpp b/src/gui/widgets/qlinecontrol.cpp index d027b91..6bd51d5 100644 --- a/src/gui/widgets/qlinecontrol.cpp +++ b/src/gui/widgets/qlinecontrol.cpp @@ -536,7 +536,7 @@ void QLineControl::draw(QPainter *painter, const QPoint &offset, const QRect &cl \internal Sets the selection to cover the word at the given cursor position. - The word boundries is defined by the behavior of QTextLayout::SkipWords + The word boundaries are defined by the behavior of QTextLayout::SkipWords cursor mode. */ void QLineControl::selectWordAtPos(int cursor) @@ -1211,7 +1211,7 @@ void QLineControl::internalRedo() /*! \internal - If the current cursor position differs from the last emited cursor + If the current cursor position differs from the last emitted cursor position, emits cursorPositionChanged(). */ void QLineControl::emitCursorPositionChanged() |