aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-09 12:50:42 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-11 12:26:00 +0000
commit0f77ce872a22dfade05d2f699f0aa8a8c8ef7125 (patch)
tree121ecbac4283e201deea76f3ca6cc7f54ee75ae6 /src/quick/items/qquickwindow_p.h
parent62719a97cf4640ff014d9ca0691cc1e7632ef173 (diff)
Generalize the touchRecursionGuard to pointer events
If we want to do mouse event compression, this makes sense. It's also a small step towards more unified event delivery. Change-Id: Ia889e21ce2834ef4fa26b4c5906cbce04850bf38 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow_p.h')
-rw-r--r--src/quick/items/qquickwindow_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 713f33cc8f..896cc6bf49 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -244,7 +244,7 @@ public:
// The current touch or mouse event that is delivered.
// This event gets re-used (reset) for every incoming mouse/touch event.
QQuickPointerEvent currentPointerEvent;
- int touchRecursionGuard;
+ int pointerEventRecursionGuard;
QQuickCustomRenderStage *customRenderStage;
QColor clearColor;