summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-03-27 14:17:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 19:51:08 +0100
commit85a9a37bcbd303e5e43572c14adad1afbc1cc35a (patch)
treea38560bf69a85913c462a78911044ee84317b749 /src/plugins
parentbddb216cd6369c77f1ffc6444c8411d34c550594 (diff)
BlackBerry: Removed comment in pressure sensor backend
Verified pressure sensor and removed corresponding TODO comment. Change-Id: I1ed08373f874db33e64c80fd784d5e1c95dd1f8e Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sensors/blackberry/bbpressuresensor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/sensors/blackberry/bbpressuresensor.cpp b/src/plugins/sensors/blackberry/bbpressuresensor.cpp
index 8cb9b1ea..7098dec9 100644
--- a/src/plugins/sensors/blackberry/bbpressuresensor.cpp
+++ b/src/plugins/sensors/blackberry/bbpressuresensor.cpp
@@ -53,8 +53,6 @@ QString BbPressureSensor::devicePath()
bool BbPressureSensor::updateReadingFromEvent(const sensor_event_t &event, QPressureReading *reading)
{
- // TODO: I was unable to test this since the device I was testing this with did not have
- // a pressure sensor. Verify that this works and check that the units are correct.
reading->setPressure(event.pressure_s.pressure);
return true;
}