summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-23 01:22:23 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-23 01:22:23 (GMT)
commitb23c9d8384bed5f7d2758e8cb2cbfbbe49e6c2a0 (patch)
tree5f9bb31311adf639a8ac2e1cf7e326af515d1014 /doc/src/declarative/example-slideswitch.qdoc
parentc3d8fef05b011a737ce15791e94aef84d27d1b8f (diff)
downloadQt-b23c9d8384bed5f7d2758e8cb2cbfbbe49e6c2a0.zip
Qt-b23c9d8384bed5f7d2758e8cb2cbfbbe49e6c2a0.tar.gz
Qt-b23c9d8384bed5f7d2758e8cb2cbfbbe49e6c2a0.tar.bz2
Doc
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 42351c5..c14208e 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{qdeclarativejavascript.html}{JavaScript Blocks}.
+For more information on scripts see \l{Integrating JavaScript}.
\section2 Transition
\snippet examples/declarative/slideswitch/content/Switch.qml 7