summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-02 13:13:17 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-03 10:26:02 (GMT)
commitb112af4614dffcb230956bfa319c37fc00e6a13c (patch)
tree04b393fc63d0fd259e25b7fccdb94a7871bc45e6 /src/gui/kernel/qwidget.cpp
parent29ddc44a11e16347212fccd3d81c4e0c91bf61a1 (diff)
downloadQt-b112af4614dffcb230956bfa319c37fc00e6a13c.zip
Qt-b112af4614dffcb230956bfa319c37fc00e6a13c.tar.gz
Qt-b112af4614dffcb230956bfa319c37fc00e6a13c.tar.bz2
Added QGraphicsObject::ungrabGesture()
Oops, apparently we forgot to add a function for unsubscribing a graphics object from a gesture. Fixing it now. Reviewed-by: trustme
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 14f3bfe..ac2808c 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -11712,7 +11712,7 @@ QGraphicsProxyWidget *QWidget::graphicsProxyWidget() const
/*!
Subscribes the widget to a given \a gesture with a \a context.
- \sa QGestureEvent
+ \sa ungrabGesture(), QGestureEvent
\since 4.6
*/
void QWidget::grabGesture(Qt::GestureType gesture, Qt::GestureContext context)
@@ -11725,7 +11725,7 @@ void QWidget::grabGesture(Qt::GestureType gesture, Qt::GestureContext context)
/*!
Unsubscribes the widget to a given \a gesture type
- \sa QGestureEvent
+ \sa grabGesture(), QGestureEvent
\since 4.6
*/
void QWidget::ungrabGesture(Qt::GestureType gesture)