summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtsensors5
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2011-11-01 16:56:55 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-10 06:21:04 +0100
commit1f20d5ef3e27981e2af2c6533656694ea3335678 (patch)
tree4e99a1106937cddb8d46ed33d8fdb29bd17658c2 /tests/auto/qtsensors5
parentdb2df16d1aa7ece4ee27b16122142c002b01d65d (diff)
Add QtSensorGesture QML API
Change-Id: Iaa0a875941316c341d69f473eeba3be4a87ec736 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'tests/auto/qtsensors5')
-rw-r--r--tests/auto/qtsensors5/tst_qtsensors5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qtsensors5/tst_qtsensors5.cpp b/tests/auto/qtsensors5/tst_qtsensors5.cpp
index 687bf2f7..90c074c2 100644
--- a/tests/auto/qtsensors5/tst_qtsensors5.cpp
+++ b/tests/auto/qtsensors5/tst_qtsensors5.cpp
@@ -102,6 +102,7 @@ private slots:
QTest::newRow("TiltSensor 5.0") << "5.0" << "TiltSensor" << true;
QTest::newRow("AmbientLightSensor 5.0") << "5.0" << "AmbientLightSensor" << true;
QTest::newRow("ProximitySensor 5.0") << "5.0" << "ProximitySensor" << true;
+ QTest::newRow("SensorGesture 5.0") << "5.0" << "SensorGesture" << true;
}
void elements()