From 4756a79d456d2fdd7aa1e5cb562a50165daf3d7f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 26 Sep 2014 11:26:13 +0200 Subject: Add \since tag to QtSensor classes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/sensors/qtiltsensor.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sensors/qtiltsensor.cpp') diff --git a/src/sensors/qtiltsensor.cpp b/src/sensors/qtiltsensor.cpp index 14a1c2fd..a9a9e32a 100644 --- a/src/sensors/qtiltsensor.cpp +++ b/src/sensors/qtiltsensor.cpp @@ -46,6 +46,7 @@ IMPLEMENT_READING(QTiltReading) \class QTiltReading \ingroup sensors_reading \inmodule QtSensors + \since 5.1 \brief The QTiltReading class holds readings from the tilt sensor. @@ -95,6 +96,7 @@ void QTiltReading::setXRotation(qreal x) \class QTiltFilter \ingroup sensors_filter \inmodule QtSensors + \since 5.1 \brief The QTiltFilter class is a convenience wrapper around QSensorFilter. @@ -121,6 +123,7 @@ char const * const QTiltSensor::type("QTiltSensor"); \class QTiltSensor \ingroup sensors_type \inmodule QtSensors + \since 5.1 \brief The QTiltSensor class is a convenience wrapper around QSensor. -- cgit v1.2.3