aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-20 10:30:19 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-27 09:39:50 +0000
commitcab152f331b41a4afd73b715950e22ee36662429 (patch)
treeb8e9962e68d9fa563f487c360bf03b2d3c9d8951 /src/quick/items/qquickwindow_p.h
parentba201c73edb4ff452bfb13fa5afd6af6a02c4af0 (diff)
Keep track of the device which was grabbed as mouse for touch
Change-Id: I695e2b4663abea5d227b8d8d9dff8a2342238db9 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 36414f5b6f..194a4040d9 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -132,6 +132,7 @@ public:
QQuickDragGrabber *dragGrabber;
#endif
int touchMouseId;
+ QQuickPointerDevice *touchMouseDevice;
bool checkIfDoubleClicked(ulong newPressEventTimestamp);
ulong touchMousePressTimestamp;