summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativestates.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/qdeclarativestates.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/qdeclarativestates.qdoc')
-rw-r--r--doc/src/declarative/qdeclarativestates.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativestates.qdoc b/doc/src/declarative/qdeclarativestates.qdoc
index 0fea6f8..fd0c677 100644
--- a/doc/src/declarative/qdeclarativestates.qdoc
+++ b/doc/src/declarative/qdeclarativestates.qdoc
@@ -70,7 +70,7 @@ In QML:
\o A state can affect the properties of other objects, not just the object owning the state (and not just that object's children).
\endlist
-Here is an example of using states. In the default state \c myRect is positioned at 0,0. In the 'moved' state it is positioned at 50,50. Clicking within the mouse region changes the state from the default state to the 'moved' state, thus moving the rectangle.
+Here is an example of using states. In the default state \c myRect is positioned at 0,0. In the 'moved' state it is positioned at 50,50. Clicking within the mouse area changes the state from the default state to the 'moved' state, thus moving the rectangle.
\qml
Item {