summaryrefslogtreecommitdiffstats
path: root/src/sensors/qtiltsensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some potential binary compatibility issuesThomas McGuire2013-05-061-0/+9
| | | | | | | | | Mostly de-inlining methods, and in addition providing a virtual destructor. Change-Id: I0aef91e7a896e8a16fc023a11bd35a5ef3048ee6 Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Add TiltSensor to QtMobility.sensors 1.3Lincoln Ramsay2012-10-031-0/+175
This has been adapted from the TiltSensor type in QtSensors 5.0 import but the code there has been split into multiple pieces. There's a C++ class, a generic backend and a QML interface. Change-Id: Ic09465a5f76250a02a13938abe4789958137376f Reviewed-by: Lorn Potter <lorn.potter@gmail.com>