summaryrefslogtreecommitdiffstats
path: root/tests/manual/sensor_explorer/explorer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sensor_explorer/explorer.cpp')
-rw-r--r--tests/manual/sensor_explorer/explorer.cpp2
1 files changed, 1 insertions, 1 deletions
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" ||