src/declarative/graphicsitems/qdeclarativefocuspanel.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
--- a/src/declarative/graphicsitems/qdeclarativefocuspanel.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/declarative/graphicsitems/qdeclarativefocuspanel.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -51,6 +51,8 @@
 /*!
    \qmlclass FocusPanel QDeclarativeFocusPanel
     \since 4.7
+    \ingroup qml-basic-interaction-elements
+
    \brief The FocusPanel item explicitly creates a focus panel.
    \inherits Item
 
@@ -59,11 +61,6 @@
     \l {qmlfocus}{keyboard focus documentation}.
 */
 
-/*!
-    \internal
-    \class QDeclarativeFocusPanel
-*/
-
 QDeclarativeFocusPanel::QDeclarativeFocusPanel(QDeclarativeItem *parent) :
     QDeclarativeItem(parent)
 {