summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qfxview.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-05 13:22:30 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-05 13:22:30 (GMT)
commit7495bee56210a99b04f6c5497dc4ef8487fe3362 (patch)
tree18237db40e356a4484d836d4ee3943bf58eabf7c /src/declarative/util/qfxview.cpp
parent98e4bd5b79f0a7ecd1381408ba95a32ae700b43d (diff)
downloadQt-7495bee56210a99b04f6c5497dc4ef8487fe3362.zip
Qt-7495bee56210a99b04f6c5497dc4ef8487fe3362.tar.gz
Qt-7495bee56210a99b04f6c5497dc4ef8487fe3362.tar.bz2
qdoc: Corrected some qdoc warnings.
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 *)
{