aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-07-17 12:06:41 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-17 07:05:21 +0200
commit68bbdacd2d5a6fa02f085a996411fb2b71875174 (patch)
tree56003ff37fc66d9827e969fcf56f9cfe4362a6bf /src/quick/util
parent20cecd7b003f27485789e93b4c2b6f5f734e5bea (diff)
Fix 'Unknown commands' in qtdeclarative documentation.
Change-Id: I179eb828a84af4feb834bac7159d5e1988cc3deb Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/quick/util')
-rw-r--r--src/quick/util/qquicktransition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquicktransition.cpp b/src/quick/util/qquicktransition.cpp
index de32fefd18..32c97565ce 100644
--- a/src/quick/util/qquicktransition.cpp
+++ b/src/quick/util/qquicktransition.cpp
@@ -292,7 +292,7 @@ QQuickTransitionInstance *QQuickTransition::prepare(QQuickStateOperation::Action
The animation would only be applied when changing from the default state to
the "brighter" state (i.e. when the mouse is pressed, but not on release).
- Multiple \c to and \from values can be set by using a comma-separated string.
+ Multiple \c to and \c from values can be set by using a comma-separated string.
\sa reversible
*/