summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-03-27 14:41:30 +0100
committerBernd Weimer <bweimer@blackberry.com>2013-04-08 15:23:04 +0200
commit5b49ef16ffdd5672957c5c589e98eb4e192f6462 (patch)
tree4adf7281f8df0e195469ab2fb080d04ac5d44b95
parent2b2ac7a69720e8087655847381dfd6656e0429ac (diff)
BlackBerry: Removed comment in pressure sensor backend
Verified pressure sensor and removed corresponding TODO comment. (backported from qt5/qtsensors: 85a9a37). Change-Id: I1295811e1b879e81d90b9286ddc2dd4ff9b3a2ef Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
-rw-r--r--plugins/sensors/blackberry/bbpressuresensor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/sensors/blackberry/bbpressuresensor.cpp b/plugins/sensors/blackberry/bbpressuresensor.cpp
index e9d97709ba..cb48256aad 100644
--- a/plugins/sensors/blackberry/bbpressuresensor.cpp
+++ b/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;
}