From f9d52ca1c093d8997d44cd8356b43b2665fdbf20 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 19 Jun 2012 11:45:09 +1000 Subject: QtMobility.sensors has a new implementation This implementation fixes the limitations the original code had and separates the QtSensors C++ API from the QML API so that changes to one don't need to affect the other. Change-Id: I519463f3c7cfbad3bce5c291ce166b8793d5ed4a Reviewed-by: Lorn Potter --- tests/manual/sensor_explorer/explorer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual/sensor_explorer/explorer.cpp b/tests/manual/sensor_explorer/explorer.cpp index 55bb57aa..58409730 100644 --- a/tests/manual/sensor_explorer/explorer.cpp +++ b/tests/manual/sensor_explorer/explorer.cpp @@ -224,7 +224,7 @@ void Explorer::loadSensorProperties() for (int i = firstProperty; i < mo->propertyCount(); ++i) { int row = i - firstProperty - offset; QLatin1String name(mo->property(i).name()); - if (name == "sensorid" || + if (name == "identifier" || //name == "type" || name == "reading" || name == "connected" || -- cgit v1.2.3