summaryrefslogtreecommitdiffstats
path: root/src/sensors/qirproximitysensor.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-26 11:26:13 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-26 12:10:19 +0200
commit4756a79d456d2fdd7aa1e5cb562a50165daf3d7f (patch)
treea9463371cb53ea61493cf4738d8954dc6ef93bac /src/sensors/qirproximitysensor.cpp
parent1be9fc260de2e762d9e5c482505eb5db2f98f540 (diff)
Add \since tag to QtSensor classes.
QtSensors was released first by Qt 5.1. A few whitespace changes go along as well to unify the formatting. Change-Id: I6f6e15c95c1a5f33731782e429e87cef68e96e3b Task-number: QTBUG-36775 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/sensors/qirproximitysensor.cpp')
-rw-r--r--src/sensors/qirproximitysensor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/qirproximitysensor.cpp b/src/sensors/qirproximitysensor.cpp
index 51e93851..546fcea4 100644
--- a/src/sensors/qirproximitysensor.cpp
+++ b/src/sensors/qirproximitysensor.cpp
@@ -40,6 +40,7 @@ IMPLEMENT_READING(QIRProximityReading)
\class QIRProximityReading
\ingroup sensors_reading
\inmodule QtSensors
+ \since 5.1
\brief The QIRProximityReading class holds readings from the IR proximity sensor.
@@ -91,6 +92,7 @@ void QIRProximityReading::setReflectance(qreal reflectance)
\class QIRProximityFilter
\ingroup sensors_filter
\inmodule QtSensors
+ \since 5.1
\brief The QIRProximityFilter class is a convenience wrapper around QSensorFilter.
@@ -117,6 +119,7 @@ char const * const QIRProximitySensor::type("QIRProximitySensor");
\class QIRProximitySensor
\ingroup sensors_type
\inmodule QtSensors
+ \since 5.1
\brief The QIRProximitySensor class is a convenience wrapper around QSensor.