aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-07-14 15:31:53 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-07-15 13:26:19 +0000
commit30e30b98669bc51c77416f8c1ba68e348848be23 (patch)
treebfb7a541e2b827a0fa7174d92beda48256920f21 /src/quick/items/qquickevents_p_p.h
parentff844b63b9656e5527af126d41a300ecfcc303ff (diff)
Add QQuickEventPoint *QQuickPointerEvent::pointById(int)
Change-Id: Id6a41545036b7fe37d5b486789f77642a4241d9a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents_p_p.h')
-rw-r--r--src/quick/items/qquickevents_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickevents_p_p.h b/src/quick/items/qquickevents_p_p.h
index 65a9ae190a..303b14b5cf 100644
--- a/src/quick/items/qquickevents_p_p.h
+++ b/src/quick/items/qquickevents_p_p.h
@@ -418,6 +418,7 @@ public: // helpers for C++ only (during event delivery)
int pointCount() const { return m_pointCount; }
const QQuickEventPoint *point(int i) const;
+ QQuickEventPoint *pointById(quint64 pointId);
const QTouchEvent::TouchPoint *touchPointById(int pointId) const;