src/declarative/graphicsitems/qdeclarativeevents.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
--- 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.