diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-12-15 17:55:48 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-12-16 14:27:56 (GMT) |
commit | 7857e0cf4673fb0defab5af9c60d0c2dea93e55c (patch) | |
tree | d3731a36b84afe842c9dc35010a179677ffdd9f4 /doc/src/declarative | |
parent | 14b4c009f9b0b83d16aec9f5b396f97efd49458c (diff) | |
download | Qt-7857e0cf4673fb0defab5af9c60d0c2dea93e55c.zip Qt-7857e0cf4673fb0defab5af9c60d0c2dea93e55c.tar.gz Qt-7857e0cf4673fb0defab5af9c60d0c2dea93e55c.tar.bz2 |
Doc: typo fixed in doc/src/declarative/extending.qdoc
Reviewed-by: TrustMe
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index e23ca91..748ec6c 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -461,7 +461,7 @@ constructing an animation object and manually setting the animation's "target" property, a property value source can be assigned directly to a property of any type and automatically set up this association. -The example shown here is rather contrived: the \c announcment property of the +The example shown here is rather contrived: the \c announcement property of the \c BirthdayParty object is a string that is printed every time it is assigned and the \c HappyBirthdaySong value source generates the lyrics of the song "Happy Birthday". |