summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/extending.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-12-20 12:52:06 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-12-20 12:52:06 (GMT)
commit897b27960274f1f2f560785e29fff73711ec4b97 (patch)
tree5bc3112b00b97632a483e26f76442ae758f8f807 /doc/src/declarative/extending.qdoc
parent380a85758b673563b2912b413bbcfce49fc564b7 (diff)
parent2f1268b9fd29d09279b6f6ad3d85d99a3c8f1288 (diff)
downloadQt-897b27960274f1f2f560785e29fff73711ec4b97.zip
Qt-897b27960274f1f2f560785e29fff73711ec4b97.tar.gz
Qt-897b27960274f1f2f560785e29fff73711ec4b97.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/declarative/extending.qdoc')
-rw-r--r--doc/src/declarative/extending.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc
index e61447a..51b52b0 100644
--- a/doc/src/declarative/extending.qdoc
+++ b/doc/src/declarative/extending.qdoc
@@ -463,7 +463,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".