diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-13 13:28:14 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-13 13:28:14 (GMT) |
commit | 079a4105aff9c63d4107762aec478ade9900c7c2 (patch) | |
tree | e5960fded23f9b26e7b7c045b0086476540b8572 /src/gui/text | |
parent | 83fa72df1ad059c6284aaf510d381cb7caed966a (diff) | |
download | Qt-079a4105aff9c63d4107762aec478ade9900c7c2.zip Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.gz Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextcursor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qtextcursor.cpp b/src/gui/text/qtextcursor.cpp index daa40a1..769ab2f 100644 --- a/src/gui/text/qtextcursor.cpp +++ b/src/gui/text/qtextcursor.cpp @@ -1283,7 +1283,7 @@ void QTextCursor::setVisualNavigation(bool b) /*! \since 4.7 - Sets the visual x position for vertical cursor movements. + Sets the visual x position for vertical cursor movements to \a x. The vertical movement x position is cleared automatically when the cursor moves horizontally, and kept unchanged when the cursor moves vertically. The mechanism allows the cursor to move up and down on a @@ -1335,8 +1335,8 @@ bool QTextCursor::keepPositionOnInsert() const Defines whether the cursor should keep its current position when text gets inserted at the current position of the cursor. - If \b is true, the cursor keeps its current position when text gets inserted at the positing of the cursor. - If \b is false, the cursor moves along with the inserted text. + If \a b is true, the cursor keeps its current position when text gets inserted at the positing of the cursor. + If \a b is false, the cursor moves along with the inserted text. The default is false. |