diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-08 09:53:04 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-08 09:53:04 (GMT) |
commit | ba25cb2339d2be305f6f2f13387ebf558ad7c250 (patch) | |
tree | 0c37a44ab9e434300fa54b2f47be006dc1a20759 /doc/src/declarative | |
parent | 25e3227fc922f75cc772aadb9dd07cc8b965dcbd (diff) | |
parent | 25ace9513587abb5e52f78d900e6bec7b04bb663 (diff) | |
download | Qt-ba25cb2339d2be305f6f2f13387ebf558ad7c250.zip Qt-ba25cb2339d2be305f6f2f13387ebf558ad7c250.tar.gz Qt-ba25cb2339d2be305f6f2f13387ebf558ad7c250.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qdeclarativeintro.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativeintro.qdoc b/doc/src/declarative/qdeclarativeintro.qdoc index 9126a79..3f1b184 100644 --- a/doc/src/declarative/qdeclarativeintro.qdoc +++ b/doc/src/declarative/qdeclarativeintro.qdoc @@ -314,7 +314,7 @@ Item { \section2 Signal Handlers -Signal handlers allow actions to be taken in reponse to an event. For instance, +Signal handlers allow actions to be taken in response to an event. For instance, the \l MouseArea element has signal handlers to handle mouse press, release and click: |