aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-08 16:33:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-09 02:28:00 +0200
commit49882aea5ac9725e4a6c2bcea0e0af5d7d1f9324 (patch)
tree94a5276c77dcbbf6c661738436fc4cab2c28db03 /src/quick/items/qquicktextedit.cpp
parente09e6d2bc05897e2016ed2af32a9abca72e9a0ce (diff)
Various small doc fixes and improvements
Adds some missing docs and fixes some incorrect doc references. Also removes AnimatedImage docs that were exactly the same as those in base Image type docs. Change-Id: I1357d3c00e63f1b08683bb78246de93dcc0dac7f Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r--src/quick/items/qquicktextedit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp
index d84a0e6870..2cc0dd43f0 100644
--- a/src/quick/items/qquicktextedit.cpp
+++ b/src/quick/items/qquicktextedit.cpp
@@ -1484,7 +1484,7 @@ void QQuickTextEdit::paste()
/*!
- \qmlmethod QtQuick2::QQuickTextEdit::undo()
+ \qmlmethod QtQuick2::TextEdit::undo()
Undoes the last operation if undo is \l {canUndo}{available}. Deselects any
current selection, and updates the selection start to the current cursor
@@ -1498,7 +1498,7 @@ void QQuickTextEdit::undo()
}
/*!
- \qmlmethod QtQuick2::QQuickTextEdit::redo()
+ \qmlmethod QtQuick2::TextEdit::redo()
Redoes the last operation if redo is \l {canRedo}{available}.
*/
@@ -2131,7 +2131,7 @@ void QQuickTextEdit::insert(int position, const QString &text)
}
/*!
- \qmlmethod string QtQuick2::TextEdit::getText(int start, int end)
+ \qmlmethod string QtQuick2::TextEdit::remove(int start, int end)
Removes the section of text that is between the \a start and \a end positions from the TextEdit.
*/