diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-02 09:37:53 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-02 09:38:46 (GMT) |
commit | cd4901b1e3a545d025628e881a143b8f240d2690 (patch) | |
tree | 584aaa1308a2fc79aa3884f8d93493f9926d2609 | |
parent | ad637177fa62f6ac92b653735bc2f743d7af2851 (diff) | |
download | Qt-cd4901b1e3a545d025628e881a143b8f240d2690.zip Qt-cd4901b1e3a545d025628e881a143b8f240d2690.tar.gz Qt-cd4901b1e3a545d025628e881a143b8f240d2690.tar.bz2 |
doc: Corrected several qdoc warnings.
-rw-r--r-- | doc/src/qnamespace.qdoc | 3 | ||||
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index 805855a..e77cc7e 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -1208,6 +1208,9 @@ handle touch events. Without this attribute set, events from a touch device will be sent as mouse events. + \value WA_TouchPadAcceptSingleTouchEvents Allows touchpad single + touch events to be sent to the widget. + \omitvalue WA_SetLayoutDirection \omitvalue WA_InputMethodTransparent \omitvalue WA_WState_CompressKeys 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) { |