summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/animation.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-23 03:52:24 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-23 03:52:24 (GMT)
commitc8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02 (patch)
treece554a355f1a91891fbd1cb388fafa6fb65b54f4 /doc/src/declarative/animation.qdoc
parente24aa4af60718e17405871fb3776107adc0b36f1 (diff)
downloadQt-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.qdoc2
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