aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-04-17 15:24:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-23 12:35:19 +0200
commitbb1f411455ec0e3a446b87c24d44577e17251aef (patch)
tree034ed1497f4b7444eed24d508f91feea56f12339 /doc/src/examples/example-slideswitch.qdoc
parent6fe0263b25475199808fc5633fbcacc06162af2a (diff)
Doc: Changed the title for QtQuick articles
- Removed "QML" from the title - Fixed the links to the articles - Removed extra references to QML Change-Id: I47e0871d9362be9625ada61d27123b1605d55a94 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'doc/src/examples/example-slideswitch.qdoc')
-rw-r--r--doc/src/examples/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/example-slideswitch.qdoc b/doc/src/examples/example-slideswitch.qdoc
index 25e81861b7..259d0abeed 100644
--- a/doc/src/examples/example-slideswitch.qdoc
+++ b/doc/src/examples/example-slideswitch.qdoc
@@ -97,7 +97,7 @@ We define the two states of the switch:
\li In the \e off state the knob is on the left (\c x position is 1) and the \c on property is \c false.
\endlist
-For more information on states see \l{qmlstates}{QML States}.
+For more information on states see \l{States}.
\section2 Functions