diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-23 03:52:24 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-23 03:52:24 (GMT) |
commit | c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02 (patch) | |
tree | ce554a355f1a91891fbd1cb388fafa6fb65b54f4 /doc/src/declarative/animation.qdoc | |
parent | e24aa4af60718e17405871fb3776107adc0b36f1 (diff) | |
download | Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.zip Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.tar.gz Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.tar.bz2 |
Collection of small doc improvements
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r-- | doc/src/declarative/animation.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc index 9969e8f..88aca1b 100644 --- a/doc/src/declarative/animation.qdoc +++ b/doc/src/declarative/animation.qdoc @@ -94,7 +94,7 @@ Rectangle { Rectangle { color: "red" width: 50; height: 50 - NumberAnimation on x { to: 50; } + NumberAnimation on x { to: 50 } } } \endqml |