summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h')
-rw-r--r--src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h b/src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h
index 27b30151..1a6c5dc6 100644
--- a/src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h
+++ b/src/plugins/sensorgestures/qtsensors/qhoversensorgesturerecognizer.h
@@ -68,10 +68,12 @@ Q_SIGNALS:
void hover();
private slots:
+ void orientationReadingChanged(QOrientationReading *reading);
void irProximityReadingChanged(QIRProximityReading *reading);
void timeout();
void timeout2();
private:
+ QOrientationReading *orientationReading;
qreal reflectance;
QTimer *timer2;