diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-04-29 04:27:27 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-04-29 04:43:31 (GMT) |
commit | 7c3c3900538b1734b2ef74b3eda0b4f9bca76af9 (patch) | |
tree | 0aff9bc471237f7afd87cd251275aa73c915d426 /src/declarative/graphicsitems/qdeclarativeitem.cpp | |
parent | 6e061ee6bd2f516e6ae6ed8035fe7afe5abd5566 (diff) | |
download | Qt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.zip Qt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.tar.gz Qt-7c3c3900538b1734b2ef74b3eda0b4f9bca76af9.tar.bz2 |
Fix typo in qdeclarativeitem's doc
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 2 |
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} */ |