aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickbehavior.cpp
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 /src/quick/util/qquickbehavior.cpp
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 'src/quick/util/qquickbehavior.cpp')
-rw-r--r--src/quick/util/qquickbehavior.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickbehavior.cpp b/src/quick/util/qquickbehavior.cpp
index 78d83371d3..2be1d9ea90 100644
--- a/src/quick/util/qquickbehavior.cpp
+++ b/src/quick/util/qquickbehavior.cpp
@@ -91,7 +91,7 @@ public:
multiple animations within a Behavior, use ParallelAnimation or
SequentialAnimation.
- If a \l{QML States}{state change} has a \l Transition that matches the same property as a
+ If a \l{States}{state change} has a \l Transition that matches the same property as a
Behavior, the \l Transition animation overrides the Behavior for that
state change. For general advice on using Behaviors to animate state changes, see
\l{Using QML Behaviors with States}.