diff options
author | Thomas Zander <thomas.zander@trolltech.com> | 2009-10-21 13:58:24 +0200 |
---|---|---|
committer | Thomas Zander <thomas.zander@trolltech.com> | 2009-10-26 12:21:57 +0100 |
commit | 25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25 (patch) | |
tree | a7aec5c7fdbbf63df3b01bc357a5e66d52c741be /src/gui/kernel/qwidget.h | |
parent | 92d8b0e1d6ecce8214b24a08b8a199af4321bd88 (diff) | |
download | qt4-tools-25bc5c29db866d5abc3f9fbae7b5211e2e6b1f25.tar.gz |
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 e603a1a16e..fce3f09753 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 &); |