summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qfreefallsensorgesturerecognizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Make QtSensors use Q_DECL_OVERRIDESamuel Gaist2013-11-191-5/+5
| | | | | | | | | This patch aims to make QtSensors uses Q_DECL_OVERRIDE uniformly across the module Task-number: QTBUG-27392 Change-Id: I5f814f93307159175f92e29a9990587c03cce96f Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
* Add freefall sensorgesture.Lorn Potter2012-11-131-0/+82
I did this as a gesture, but could easily be a virtual QSensor. Change-Id: I95ea97745f8537dd6d6940b290d470d0367383c2 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>