aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-15 15:01:14 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-25 15:51:15 +0000
commita2dd1ee46ccdff16d5ba589cdce03e36ca93497e (patch)
tree0c1ad4b08e2468b243f1c8ed3421635da0d442c9 /src/quick/handlers/handlers.pri
parent400322244093979f42846a8547a6416a1c857868 (diff)
add QQuickPointerSingleHandler
An intermediate class for convenience in implementing handlers which are only interested in single points. Such handlers grab the first point which occurs inside the target item, and ignore all other points. Change-Id: Ib4cdd8c12c0e74dbfdcf701d3ec06e0429f2bcc9 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'src/quick/handlers/handlers.pri')
-rw-r--r--src/quick/handlers/handlers.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/handlers/handlers.pri b/src/quick/handlers/handlers.pri
index 2eed3855d3..c91b259107 100644
--- a/src/quick/handlers/handlers.pri
+++ b/src/quick/handlers/handlers.pri
@@ -1,9 +1,11 @@
HEADERS += \
$$PWD/qquickpointerhandler_p.h \
$$PWD/qquickpointerdevicehandler_p.h \
+ $$PWD/qquickpointersinglehandler_p.h \
$$PWD/qquickhandlersmodule_p.h \
SOURCES += \
$$PWD/qquickpointerhandler.cpp \
$$PWD/qquickpointerdevicehandler.cpp \
+ $$PWD/qquickpointersinglehandler.cpp \
$$PWD/qquickhandlersmodule.cpp \