summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/qnamespace.qdoc3
-rw-r--r--src/gui/kernel/qapplication.cpp4
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)
{