aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-08-03 18:47:13 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-03 20:01:10 +0000
commitbc8f81ba345c455dd9f6a1fdbb9b2007bb21f6b8 (patch)
tree1e6608bbcf13c3223e3adf7192669e8fdd389103 /src/quick/items/qquickwindow_p.h
parent9cf6aea69becee1bc7cb0d41d6dca685f3c7b8c0 (diff)
Remove touchMouseIdCandidates
The set was there to protect from assigning to touchMouseId twice. That seems rather redundant: either something can become the touchMouseId, because touchMouseId is -1, or well, it can't. I suspect this set was needed before, when pre-grabbing was still there. Change-Id: I56d2c86cd13a3f6ec129d27ff8d5f7edf35df7cb 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, 0 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 9b380a66f8..fca0f78de5 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -265,8 +265,6 @@ public:
QOpenGLVertexArrayObjectHelper *vaoHelper;
- QSet<int> touchMouseIdCandidates;
-
mutable QQuickWindowIncubationController *incubationController;
static bool defaultAlphaBuffer;