From 97cfec8495939dcc128fdf9ee831b5e284a12191 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Mon, 31 Aug 2009 13:30:23 +1000 Subject: doc fix --- src/declarative/fx/qfxtextinput.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarative/fx/qfxtextinput.cpp b/src/declarative/fx/qfxtextinput.cpp index f491d34..9718321 100644 --- a/src/declarative/fx/qfxtextinput.cpp +++ b/src/declarative/fx/qfxtextinput.cpp @@ -329,10 +329,10 @@ void QFxTextInput::setSelectionEnd(int s) It is equivalent to the following snippet, but is faster and easier to use. - \qmlcode + \qml myTextInput.text.toString().substring(myTextInput.selectionStart, myTextInput.selectionEnd); - \endcode + \endqml */ QString QFxTextInput::selectedText() const { -- cgit v0.12