summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-03-20 15:11:51 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 06:19:46 +0100
commit929fbe06c860f2da0d695ec2346b046b16b0472c (patch)
tree2913f1901833ae67423747f5ddef5646d7fd2ec9 /src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h
parent683d15f9e5a0688db4e1f64cad1a54c757d8517c (diff)
make slam easier and re-add orientation stuff
Change-Id: I7703a6abc537f317aa1186c919494faa866137fd Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h')
-rw-r--r--src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h b/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h
index 0b27efcf..019793a2 100644
--- a/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h
+++ b/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.h
@@ -68,9 +68,11 @@ Q_SIGNALS:
private slots:
void accelChanged(QAccelerometerReading *reading);
+ void orientationReadingChanged(QOrientationReading *reading);
void timeout();
private:
+ QOrientationReading *orientationReading;
QTimer *timer;
int accelRange;
bool wasNegative;