Fix unhandled touch events not being ignored.
authorSimon Hausmann <simon.hausmann@nokia.com>
Mon, 30 Jan 2012 16:04:42 +0000 (17:04 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Feb 2012 07:16:43 +0000 (08:16 +0100)
commitba2b28fb849b80a0f2f8f4cffb6a774d0e6ff287
tree6b73a5fa7af920dbfe5296ef2e91d6426217e008
parentfd7fce388e31174a5179d92b56911d974bf11024
Fix unhandled touch events not being ignored.

Unhandled touch events need to be ignored in order for things like
mouse event synthetization in QtGui to work.

Change-Id: I6fe9dad205c8bb8547d2424c2e2a3b3518598006
Reviewed-by: Andras Becsi <andras.becsi@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/quick/items/qquickcanvas.cpp
tests/auto/qtquick2/qquickitem/tst_qquickitem.cpp