diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-05-31 17:51:15 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-05-31 17:51:15 (GMT) |
commit | 1fede5dccd56541835046035bb2a8d28d4781e0f (patch) | |
tree | da953208635ce7bd2c54bf090b9565c0ee796cd1 /src/declarative | |
parent | 4759e47a2444d481156ad1a789e5affbc92e1b58 (diff) | |
download | Qt-1fede5dccd56541835046035bb2a8d28d4781e0f.zip Qt-1fede5dccd56541835046035bb2a8d28d4781e0f.tar.gz Qt-1fede5dccd56541835046035bb2a8d28d4781e0f.tar.bz2 |
Fix Typo
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextedit.cpp b/src/declarative/graphicsitems/qdeclarativetextedit.cpp index 935b431..2651ee5 100644 --- a/src/declarative/graphicsitems/qdeclarativetextedit.cpp +++ b/src/declarative/graphicsitems/qdeclarativetextedit.cpp @@ -570,7 +570,7 @@ int QDeclarativeTextEdit::positionAt(int x, int y) const } /*! - \qmlmethod int TextEdit::moveCursorSeletion(int pos) + \qmlmethod int TextEdit::moveCursorSelection(int pos) Moves the cursor to \a position and updates the selection accordingly. (To only move the cursor, set the \l cursorPosition property.) |