summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-02 14:30:15 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-02 14:31:27 (GMT)
commit50a745d31e348c113d42444d527b4286b7064e3e (patch)
tree42cde30afd7207296920b2c707b08c85a41edd85
parentc55c08b38dd902765f476f62369378813c8e804f (diff)
downloadQt-50a745d31e348c113d42444d527b4286b7064e3e.zip
Qt-50a745d31e348c113d42444d527b4286b7064e3e.tar.gz
Qt-50a745d31e348c113d42444d527b4286b7064e3e.tar.bz2
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
-rw-r--r--src/gui/kernel/qevent.cpp2
-rw-r--r--src/gui/symbian/qsymbianevent.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 065bd09..617d016 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -4330,7 +4330,7 @@ bool QGestureEvent::isAccepted(QGesture *gesture) const
}
/*!
- Sets the widget for this event.
+ Sets the widget for this event to the \a widget specified.
*/
void QGestureEvent::setWidget(QWidget *widget)
{
diff --git a/src/gui/symbian/qsymbianevent.cpp b/src/gui/symbian/qsymbianevent.cpp
index af2c861..2799e6f 100644
--- a/src/gui/symbian/qsymbianevent.cpp
+++ b/src/gui/symbian/qsymbianevent.cpp
@@ -66,13 +66,13 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn QSymbianEvent::type()
+ \fn QSymbianEvent::type() const
Returns the event type contained in the QSymbianEvent instance.
*/
/*!
- \fn QSymbianEvent::isValid()
+ \fn QSymbianEvent::isValid() const
Returns whether this QSymbianEvent instance contains a valid event.
*/