summaryrefslogtreecommitdiff
path: root/src/controls/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r--src/controls/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index d6b9b9c9..d0d1d5cc 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -547,7 +547,7 @@ Control {
\qmlmethod void TextField::remove(int start, int end)
\since QtQuick.Controls 1.4
- Removes the section of text that is between the start and end positions.
+ Removes the section of text that is between the \a start and \a end positions.
*/
function remove(start, end) {
textInput.remove(start, end)