summaryrefslogtreecommitdiffstats
path: root/qdeclarativegesturehandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed dependency on private headers.Denis Dzyubenko2010-09-221-18/+20
| | | | Reviewed-by: Frederik Gladhorn
* initial import of GestureArea sources including RecognizersZeno Albisser2010-09-081-0/+170
These sources have been extracted from a previous repository of the QMLEnablers project. The purpose of these files is to provide GestureRecognizers loadable as a module in QML. Reviewed-by: Denis Dzyubenko