summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmllightsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmllightsensor.cpp')
-rw-r--r--src/imports/sensors/qmllightsensor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/sensors/qmllightsensor.cpp b/src/imports/sensors/qmllightsensor.cpp
index 7bc3477a..1c3fed2c 100644
--- a/src/imports/sensors/qmllightsensor.cpp
+++ b/src/imports/sensors/qmllightsensor.cpp
@@ -48,7 +48,7 @@
\ingroup qml-sensors_type
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::Sensor
+ \inherits Sensor
\brief The LightSensor element reports on light levels using LUX.
The LightSensor element reports on light levels using LUX.
@@ -80,7 +80,7 @@ QSensor *QmlLightSensor::sensor() const
}
/*!
- \qmlproperty qreal QtSensors::LightSensor::fieldOfView
+ \qmlproperty qreal LightSensor::fieldOfView
This property holds a value indicating the field of view.
Please see QLightSensor::fieldOfView for information about this property.
@@ -103,7 +103,7 @@ void QmlLightSensor::_update()
\ingroup qml-sensors_reading
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::SensorReading
+ \inherits SensorReading
\brief The LightReading element holds the most recent LightSensor reading.
The LightReading element holds the most recent LightSensor reading.
@@ -125,7 +125,7 @@ QmlLightSensorReading::~QmlLightSensorReading()
}
/*!
- \qmlproperty qreal QtSensors::LightReading::illuminance
+ \qmlproperty qreal LightReading::illuminance
This property holds the light level.
Please see QLightReading::illuminance for information about this property.