summaryrefslogtreecommitdiff
path: root/src/sensors/qsensor.cpp
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@digia.com>2012-10-04 13:48:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 15:16:15 +0200
commit9d4d08421acb628e0115b140e54656fc779d13db (patch)
treeeb87c8fbbe0722f70fa536227fa7a311febdea81 /src/sensors/qsensor.cpp
parent8f624bb5d19edb47fc4803a5eb0d6343de5bbae9 (diff)
downloadqtsensors-9d4d08421acb628e0115b140e54656fc779d13db.tar.gz
Doc: Modularized the Qt Sensor Docs
Change-Id: Ie8636ec443f43b1f238342e0f6f7d321e13dce09 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sensors/qsensor.cpp')
-rw-r--r--src/sensors/qsensor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sensors/qsensor.cpp b/src/sensors/qsensor.cpp
index 0e9fcea..81cb653 100644
--- a/src/sensors/qsensor.cpp
+++ b/src/sensors/qsensor.cpp
@@ -78,6 +78,7 @@ QT_BEGIN_NAMESPACE
/*!
\class qoutputrange
\relates QSensor
+ \inmodule QtSensors
\brief The qoutputrange class holds the specifics of an output range.
The class is defined as a simple struct.
@@ -507,7 +508,7 @@ void QSensor::setDataRate(int rate)
Backends have to implement QSensorBackend::isFeatureSupported() to make this work.
- \return whether or not the feature is supported if the backend is connected, or false if the backend is not connected.
+ Returns whether or not the feature is supported if the backend is connected, or false if the backend is not connected.
\since 5.0
*/
bool QSensor::isFeatureSupported(Feature feature) const