summaryrefslogtreecommitdiff
path: root/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-16 13:17:54 +0100
committerMartin Smith <msmith@trolltech.com>2010-02-16 13:17:54 +0100
commit4c4fac4699a2942c134f51bf2f6f473f1657bab3 (patch)
treee741518b1c0728329bc7f5a8ca5789cfb905b085 /doc/src/declarative/example-slideswitch.qdoc
parente5534b9ba700fa2b25fa63e181e2c5f82469875d (diff)
downloadqt4-tools-4c4fac4699a2942c134f51bf2f6f473f1657bab3.tar.gz
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src/declarative/example-slideswitch.qdoc')
-rw-r--r--doc/src/declarative/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/example-slideswitch.qdoc b/doc/src/declarative/example-slideswitch.qdoc
index 41a8574d84..56870f708d 100644
--- a/doc/src/declarative/example-slideswitch.qdoc
+++ b/doc/src/declarative/example-slideswitch.qdoc
@@ -121,7 +121,7 @@ states (\e on and \e off).
This second function is called when the knob is released and we want to make sure that the knob does not end up between states
(neither \e on nor \e off). If it is the case call the \c toggle() function otherwise we do nothing.
-For more information on scripts see \l{qmlecmascript.html}{JavaScript Blocks}.
+For more information on scripts see \l{qmljavascript.html}{JavaScript Blocks}.
\section2 Transition
\snippet examples/declarative/slideswitch/content/Switch.qml 7