summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/import/sensoritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/sensor_explorer/import/sensoritem.cpp')
-rw-r--r--examples/sensors/sensor_explorer/import/sensoritem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/sensor_explorer/import/sensoritem.cpp b/examples/sensors/sensor_explorer/import/sensoritem.cpp
index 88b5fa7c..f268db3a 100644
--- a/examples/sensors/sensor_explorer/import/sensoritem.cpp
+++ b/examples/sensors/sensor_explorer/import/sensoritem.cpp
@@ -325,7 +325,7 @@ QQmlListProperty<QPropertyInfo> QSensorItem::properties()
_properties.clear();
_properties.append(_sensorProperties);
_properties.append(_readerProperties);
- return QQmlListProperty<QPropertyInfo> (this, _properties);
+ return QQmlListProperty<QPropertyInfo> (this, &_properties);
}
QT_END_NAMESPACE