summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-31 03:30:23 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-31 03:30:23 (GMT)
commit97cfec8495939dcc128fdf9ee831b5e284a12191 (patch)
treea35184c10a9d4d6925cea4526cb3c1f29d263bfc /src
parent291679bda83ff1abb9f0bd34740f16357f6e8285 (diff)
downloadQt-97cfec8495939dcc128fdf9ee831b5e284a12191.zip
Qt-97cfec8495939dcc128fdf9ee831b5e284a12191.tar.gz
Qt-97cfec8495939dcc128fdf9ee831b5e284a12191.tar.bz2
doc fix
Diffstat (limited to 'src')
-rw-r--r--src/declarative/fx/qfxtextinput.cpp4
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
{