summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.h
diff options
context:
space:
mode:
authorThomas Zander <thomas.zander@trolltech.com>2009-10-30 12:42:49 +0100
committerThomas Zander <thomas.zander@trolltech.com>2009-10-30 14:44:22 +0100
commitda83365fbf7ff393f7dc99d28eda61b902081bb2 (patch)
tree5ed1261dd6f63e6c1d5e9088383c99c3434a9a2c /src/gui/kernel/qgesture.h
parentacb10eefab985a32a619e2a1d590c93659732c00 (diff)
Make GestureCancelPolicy work for graphicsview
Reviewed-By: Denis
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 524d26e1d2..8614ecbfca 100644
--- a/src/gui/kernel/qgesture.h
+++ b/src/gui/kernel/qgesture.h
@@ -97,6 +97,7 @@ private:
friend class QGestureEvent;
friend class QGestureRecognizer;
friend class QGestureManager;
+ friend class QGraphicsScenePrivate;
};
class QPanGesturePrivate;