summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qfxview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qfxview.cpp')
-rw-r--r--src/declarative/util/qfxview.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/declarative/util/qfxview.cpp b/src/declarative/util/qfxview.cpp
index f71b87e..1315f19 100644
--- a/src/declarative/util/qfxview.cpp
+++ b/src/declarative/util/qfxview.cpp
@@ -348,7 +348,7 @@ void QFxView::continueExecute()
}
/*! \fn void QFxView::sceneResized(QSize size)
- This signal is emitted when the view is resized.
+ This signal is emitted when the view is resized to \a size.
*/
/*!
@@ -458,7 +458,8 @@ void QFxView::resizeEvent(QResizeEvent *e)
}
/*! \fn void QFxView::focusInEvent(QFocusEvent *e)
- This virtual function does nothing in this class.
+ This virtual function does nothing with the event \a e
+ in this class.
*/
void QFxView::focusInEvent(QFocusEvent *)
{
@@ -467,7 +468,8 @@ void QFxView::focusInEvent(QFocusEvent *)
/*! \fn void QFxView::focusOutEvent(QFocusEvent *e)
- This virtual function does nothing in this class.
+ This virtual function does nothing with the event \a e
+ in this class.
*/
void QFxView::focusOutEvent(QFocusEvent *)
{