diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-31 03:30:23 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-31 03:30:23 (GMT) |
commit | 97cfec8495939dcc128fdf9ee831b5e284a12191 (patch) | |
tree | a35184c10a9d4d6925cea4526cb3c1f29d263bfc /src | |
parent | 291679bda83ff1abb9f0bd34740f16357f6e8285 (diff) | |
download | Qt-97cfec8495939dcc128fdf9ee831b5e284a12191.zip Qt-97cfec8495939dcc128fdf9ee831b5e284a12191.tar.gz Qt-97cfec8495939dcc128fdf9ee831b5e284a12191.tar.bz2 |
doc fix
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxtextinput.cpp | 4 |
1 files 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 { |