summaryrefslogtreecommitdiffstats
path: root/src/sensors/qaltimeter.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-17 14:37:27 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-18 08:02:57 +0000
commit7a396992b19b440c236e3a8f483698fd0abee5e4 (patch)
treefd858371b1011599fb7294352d4ae806c07cd4c7 /src/sensors/qaltimeter.cpp
parent6452e1d21df010541900aa2fd4baa9e89c5fd382 (diff)
Remove BlackBerry as supported platform from QtSensors
[ChangeLog][QtSensors][Platform Specific Changes] Removed support for BlackBerry 10 from QtSensors. Change-Id: I56788caaa53797b7d4e23bb053c3ea8b460b1341 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/sensors/qaltimeter.cpp')
-rw-r--r--src/sensors/qaltimeter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sensors/qaltimeter.cpp b/src/sensors/qaltimeter.cpp
index b1943d8d..c88ab843 100644
--- a/src/sensors/qaltimeter.cpp
+++ b/src/sensors/qaltimeter.cpp
@@ -46,12 +46,6 @@ IMPLEMENT_READING(QAltimeterReading)
\brief The QAltimeterReading class holds readings from the altimeter sensor.
The altitude is reported in meters relative to mean sea level.
-
- On BlackBerry, the altimeter uses a combination of pressure and location to determine
- the altitude, as using pressure alone would yield to inaccurate results due to changes
- in air pressure caused by the weather. The location information is used to compensate for
- the weather. This requires that the user has enabled location services in the global
- settings.
*/
/*!