From 3c599b87f33673932a55f3f5621073885dea5bc1 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 17 Aug 2012 11:29:22 +1000 Subject: Add SensorGesture QtMobility.sensors 1.3 This has been imported from QtSensors 5.0 without changes. Change-Id: Ie6a919f9b806bf19287a693fb7cdb563f8697e13 Reviewed-by: Lorn Potter --- tests/auto/legacy_sensors/tst_legacy_sensors.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto') diff --git a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp index ec2de81a..cf9913c8 100644 --- a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp +++ b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp @@ -175,6 +175,8 @@ private slots: QTest::newRow("1.3 IRProximityReading") << "1.3" << "IRProximityReading" << false; QTest::newRow("1.3 TiltSensor") << "1.3" << "TiltSensor" << true; QTest::newRow("1.3 TiltReading") << "1.3" << "TiltReading" << false; + + QTest::newRow("1.3 SensorGesture") << "1.3" << "SensorGesture" << true; } void elements() -- cgit v1.2.3