summaryrefslogtreecommitdiffstats
path: root/src/sensors/qsensor.cpp
diff options
context:
space:
mode:
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 0e9fcea3..81cb6530 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