summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-03-26 13:07:28 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-26 05:11:06 +0200
commitdfc746b0bf8baaedc580e72f9897814ef9f4c560 (patch)
tree607254f3ab19022ef177a11fe9918d9b32790c13 /src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h
parent53a555053376bbad0a21649464370772447475c5 (diff)
fix slam gesture to be downward only motion.
Change-Id: I3b115ca075610e7ca63828d1b3cc3e72e3820d75 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h')
-rw-r--r--src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h b/src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h
index 4ea6530a..eb31c818 100644
--- a/src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h
+++ b/src/plugins/sensorgestures/qtsensors/qslamgesturerecognizer.h
@@ -92,6 +92,8 @@ private:
QList<qreal> restingList;
bool resting;
QList<qreal> xList;
+
+ bool hasBeenResting();
};
QT_END_NAMESPACE