Fix missing TextInput::remove(int start, int end) docs
authorJ-P Nurmi <jpnurmi@digia.com>
Fri, 15 Feb 2013 10:28:06 +0000 (11:28 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 15 Feb 2013 16:23:34 +0000 (17:23 +0100)
Change-Id: I0c98e713d53391a191435e5c17b58becddf6d451
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>

src/quick/items/qquicktextinput.cpp

index b305ad1..f9de3d2 100644 (file)
@@ -2099,7 +2099,7 @@ void QQuickTextInput::insert(int position, const QString &text)
 }
 
 /*!
-    \qmlmethod string QtQuick2::TextInput::getText(int start, int end)
+    \qmlmethod QtQuick2::TextInput::remove(int start, int end)
 
     Removes the section of text that is between the \a start and \a end positions from the TextInput.
 */