diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-08-21 08:45:04 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-08-21 08:48:27 (GMT) |
commit | 8280ed177d798aeaf82868ba6c7c8c4250051f1d (patch) | |
tree | 43d5e2cf595645591b0387c1209ed222ddca991e /tests | |
parent | 499702455e21df61fc7a91d3b3c2b1ffaa0d4246 (diff) | |
download | Qt-8280ed177d798aeaf82868ba6c7c8c4250051f1d.zip Qt-8280ed177d798aeaf82868ba6c7c8c4250051f1d.tar.gz Qt-8280ed177d798aeaf82868ba6c7c8c4250051f1d.tar.bz2 |
Handle Touch* events in the same way as other input events in QAbstractScrollArea
We send the Touch* events filtered from the viewport to the scroll
area's default handler so that we can take advantage of the default
handling in QWidget. But we also need to ignore Touch* events in
QAbstractScrollArea::event() so that we don't get the events twice
(once from the filter, and again if propagated).
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions