summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-02-16 12:50:52 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-16 12:50:52 (GMT)
commit5f41a70bf1bc5c28b7d08d6da84aff4126479b6d (patch)
treec15dd5a0a256995f6f44efc2b5f68f529c8c31ab /doc/src/declarative/example-slideswitch.qdoc
parent0ca62a15e146f1c038b3ee8db8cac51509a3b28e (diff)
parent80d33cec47b8188efd473070acb5ebcc1e772583 (diff)
downloadQt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.zip
Qt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.tar.gz
Qt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1
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 41a6709..c731d4a 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