diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-06 05:52:38 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-06 05:52:38 (GMT) |
commit | d0a56df355cebc60176c3f449c1aee7bafd5562b (patch) | |
tree | b074f13bfb9f20d756e7cac00edf32e3520b6e2a /src/declarative/graphicsitems/qdeclarativeitem.cpp | |
parent | 3323eb86586240d8ddcde985d052478809a6bffb (diff) | |
download | Qt-d0a56df355cebc60176c3f449c1aee7bafd5562b.zip Qt-d0a56df355cebc60176c3f449c1aee7bafd5562b.tar.gz Qt-d0a56df355cebc60176c3f449c1aee7bafd5562b.tar.bz2 |
qdoc fixes
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 0395766..9433ba0 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -720,7 +720,7 @@ void QDeclarativeKeyNavigationAttached::keyReleased(QKeyEvent *event) */ /*! - \qmlproperty List<Object> Keys::forwardTo + \qmlproperty list<Object> Keys::forwardTo This property provides a way to forward key presses, key releases, and keyboard input coming from input methods to other items. This can be useful when you want |