aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-24 23:15:31 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-25 22:04:34 +0000
commiteb238e2cf9013f9a6cd20af0a59180896abdc377 (patch)
treea9a84cf0df6440f01b0de2713e23c72277fde53d /src/quick/items/qquickwindow_p.h
parented054acb9ca0ca8c86bcba7b290461b3177a7c50 (diff)
Keep track of grabbing inside QQuickEventPoint
With this we can get rid of "itemForTouchPointId" which kept track of the individual grabbing of touch points. The new approach allows big cleanups and makes understanding the code easier. Change-Id: I19f7cda1b430e088ada707b2e75d97ca8dbadcc5 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow_p.h')
-rw-r--r--src/quick/items/qquickwindow_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 0579295fca..62d0070593 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -266,8 +266,6 @@ public:
QOpenGLVertexArrayObjectHelper *vaoHelper;
- // Keeps track of which touch point (int) was last accepted by which item
- QHash<int, QQuickItem *> itemForTouchPointId;
QSet<int> touchMouseIdCandidates;
mutable QQuickWindowIncubationController *incubationController;