summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-29 04:27:27 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-29 04:43:31 (GMT)
commit7c3c3900538b1734b2ef74b3eda0b4f9bca76af9 (patch)
tree0aff9bc471237f7afd87cd251275aa73c915d426 /src/declarative
parent6e061ee6bd2f516e6ae6ed8035fe7afe5abd5566 (diff)
downloadQt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.zip
Qt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.tar.gz
Qt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.tar.bz2
Fix typo in qdeclarativeitem's doc
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index 928c504..723ed34 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -444,7 +444,7 @@ void QDeclarativeItemKeyFilter::componentComplete()
If an item has been set for a direction and the KeyNavigation
attached property receives the corresponding
key press and release events, the events will be accepted by
- KeyNaviagtion and will not propagate any further.
+ KeyNavigation and will not propagate any further.
\sa {Keys}{Keys attached property}
*/