summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-13 13:28:14 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-07-16 08:05:42 (GMT)
commit308b4aa7cdbb55a07c3e988f4e42bdf77e784f93 (patch)
tree65df9114e2189b2bbba3fa352567ee7a51c6f44a /src/gui/text
parent74564a9b9f0f4e4ead8c3e38f72c24054b65f62a (diff)
downloadQt-308b4aa7cdbb55a07c3e988f4e42bdf77e784f93.zip
Qt-308b4aa7cdbb55a07c3e988f4e42bdf77e784f93.tar.gz
Qt-308b4aa7cdbb55a07c3e988f4e42bdf77e784f93.tar.bz2
doc: Fixed several qdoc warnings.
(cherry picked from commit 079a4105aff9c63d4107762aec478ade9900c7c2)
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qtextcursor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qtextcursor.cpp b/src/gui/text/qtextcursor.cpp
index a9caa6b..1ed9a18 100644
--- a/src/gui/text/qtextcursor.cpp
+++ b/src/gui/text/qtextcursor.cpp
@@ -1281,7 +1281,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
@@ -1333,8 +1333,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.