aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-12-01 13:01:28 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-04 07:45:24 +0000
commit53156ddf3811f27b265213596312ba11a725e062 (patch)
tree0d00fe1580efa53b7837d18b24ba7f5e3c60ff96 /src/quick/items/qquickevents.cpp
parenta0fd2539154dafdd512bf634658e361ca56d3004 (diff)
comment out all uses of QPointerUniqueId temporarily
The next step is to rename it, but we do this first to avoid breaking CI while it's renamed in qtbase. Task-number: QTBUG-54616 Change-Id: Iae3a098b9ab5571599af838d19b1869b84b2165f Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents.cpp')
-rw-r--r--src/quick/items/qquickevents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickevents.cpp b/src/quick/items/qquickevents.cpp
index a5497f4627..9b49fcdf2a 100644
--- a/src/quick/items/qquickevents.cpp
+++ b/src/quick/items/qquickevents.cpp
@@ -552,7 +552,7 @@ void QQuickEventTouchPoint::reset(const QTouchEvent::TouchPoint &tp, ulong times
QQuickEventPoint::reset(tp.state(), tp.scenePos(), tp.id(), timestamp);
m_rotation = tp.rotation();
m_pressure = tp.pressure();
- m_uniqueId = tp.uniqueId();
+// m_uniqueId = tp.uniqueId();
}
/*!