summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-09-07 04:38:21 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-09-07 04:38:21 (GMT)
commit39629bcfbf1b732f717b4c9715f9edd49e45f0ea (patch)
tree5b0ce8508f866fc2a959890b63f90634d182093f
parentcc044de1f9c1443a482c3709cb1a7011df5729ee (diff)
downloadQt-39629bcfbf1b732f717b4c9715f9edd49e45f0ea.zip
Qt-39629bcfbf1b732f717b4c9715f9edd49e45f0ea.tar.gz
Qt-39629bcfbf1b732f717b4c9715f9edd49e45f0ea.tar.bz2
spel
-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 3235435..2d0dc34 100644
--- a/doc/src/declarative/extending.qdoc
+++ b/doc/src/declarative/extending.qdoc
@@ -369,7 +369,7 @@ The QML snippet shown above associates the evaluation of a ECMAScript expression
with the emission of a Qt signal.
All Qt signals on a registered class become available as special "signal
-propeties" within QML to which the user can assign a single ECMAScript
+properties" within QML to which the user can assign a single ECMAScript
expression. The signal property's name is a transformed version of the Qt
signal name: "on" is prepended, and the first letter of the signal name upper
cased. For example, the signal used in the example above has the following