summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-27 12:06:23 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:52:00 (GMT)
commitba7485012033b0447a9e77d5612db734f9dcffd6 (patch)
tree598a4877f357300a6516428c5ca613a2c3a28c3b /src/gui/kernel/qgesture.h
parentb3dbea5da34edb28a007ea7796de30204021a902 (diff)
downloadQt-ba7485012033b0447a9e77d5612db734f9dcffd6.zip
Qt-ba7485012033b0447a9e77d5612db734f9dcffd6.tar.gz
Qt-ba7485012033b0447a9e77d5612db734f9dcffd6.tar.bz2
Fixed gesture event propagation and offset translation.
Diffstat (limited to 'src/gui/kernel/qgesture.h')
-rw-r--r--src/gui/kernel/qgesture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qgesture.h b/src/gui/kernel/qgesture.h
index 2a92588..da1bc90 100644
--- a/src/gui/kernel/qgesture.h
+++ b/src/gui/kernel/qgesture.h
@@ -101,6 +101,7 @@ protected:
private:
friend class QGestureManager;
+ friend class QApplication;
friend class QGestureRecognizerPan;
friend class QDoubleTapGestureRecognizer;
friend class QTapAndHoldGestureRecognizer;