summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-02 09:37:53 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-07-02 09:38:46 (GMT)
commitcd4901b1e3a545d025628e881a143b8f240d2690 (patch)
tree584aaa1308a2fc79aa3884f8d93493f9926d2609 /src
parentad637177fa62f6ac92b653735bc2f743d7af2851 (diff)
downloadQt-cd4901b1e3a545d025628e881a143b8f240d2690.zip
Qt-cd4901b1e3a545d025628e881a143b8f240d2690.tar.gz
Qt-cd4901b1e3a545d025628e881a143b8f240d2690.tar.bz2
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index 60c69cc..a7b7a0a 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -5064,7 +5064,7 @@ bool QApplicationPrivate::shouldSetFocus(QWidget *w, Qt::FocusPolicy policy)
Qt takes ownership of the provided \a recognizer.
- \sa Qt::AA_EnableGestures, QGestureEvent
+ \sa QGestureEvent
*/
void QApplication::addGestureRecognizer(QGestureRecognizer *recognizer)
{
@@ -5076,7 +5076,7 @@ void QApplication::addGestureRecognizer(QGestureRecognizer *recognizer)
Removes custom gesture \a recognizer object.
- \sa Qt::AA_EnableGestures, QGestureEvent
+ \sa QGestureEvent
*/
void QApplication::removeGestureRecognizer(QGestureRecognizer *recognizer)
{