diff options
author | Thomas Zander <thomas.zander@trolltech.com> | 2009-10-21 11:58:24 (GMT) |
---|---|---|
committer | Thomas Zander <thomas.zander@trolltech.com> | 2009-10-26 11:21:57 (GMT) |
commit | 25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25 (patch) | |
tree | a7aec5c7fdbbf63df3b01bc357a5e66d52c741be /src/gui/kernel/qwidget.h | |
parent | 92d8b0e1d6ecce8214b24a08b8a199af4321bd88 (diff) | |
download | Qt-25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25.zip Qt-25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25.tar.gz Qt-25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25.tar.bz2 |
Add QWidget::ungrabGesture
Reviewed-by: Denis Dzyubenko
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index e603a1a..fce3f09 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -355,6 +355,7 @@ public: void setGraphicsEffect(QGraphicsEffect *effect); void grabGesture(Qt::GestureType type, Qt::GestureContext context = Qt::WidgetWithChildrenGesture); + void ungrabGesture(Qt::GestureType type); public Q_SLOTS: void setWindowTitle(const QString &); |