diff -r ef0373b55136 -r 758a864f9613 src/declarative/graphicsitems/qdeclarativeevents.cpp --- a/src/declarative/graphicsitems/qdeclarativeevents.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/graphicsitems/qdeclarativeevents.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -45,6 +45,8 @@ /*! \qmlclass KeyEvent QDeclarativeKeyEvent \since 4.7 + \ingroup qml-event-elements + \brief The KeyEvent object provides information about a key event. For example, the following changes the Item's state property when the Enter @@ -58,11 +60,6 @@ */ /*! - \internal - \class QDeclarativeKeyEvent -*/ - -/*! \qmlproperty int KeyEvent::key This property holds the code of the key that was pressed or released. @@ -115,6 +112,8 @@ /*! \qmlclass MouseEvent QDeclarativeMouseEvent \since 4.7 + \ingroup qml-event-elements + \brief The MouseEvent object provides information about a mouse event. The position of the mouse can be found via the x and y properties.