summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/blackberry/sensor.h
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-09-09 16:41:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-19 13:41:47 +0200
commitcee576d58b3e7d6ea8a9a5bff53bb86fc528cab9 (patch)
treefbbcf075bd90b9855c8b39cf3d80d9e20f69a947 /src/plugins/sensors/blackberry/sensor.h
parente6e740b5cfacbaa816d461f74bec4240aaa99e21 (diff)
BlackBerry: Ensured that proper sensor.h file is used
Change-Id: I746cbf971b88cdffcfc5d675d27d0dda5bac95ad Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/plugins/sensors/blackberry/sensor.h')
-rw-r--r--src/plugins/sensors/blackberry/sensor.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/sensors/blackberry/sensor.h b/src/plugins/sensors/blackberry/sensor.h
index fb5b935d..7317f076 100644
--- a/src/plugins/sensors/blackberry/sensor.h
+++ b/src/plugins/sensors/blackberry/sensor.h
@@ -40,8 +40,12 @@
****************************************************************************/
//
-// This file is a temporary copy until it becomes available in the Blackberry NDK.
+// This file is a copy of the "sensor.h" header for the BlackBerry Playbook OS.
+// It is only inclulded here, because it is not available in the the Playbook NDK.
//
+#if !defined(Q_OS_BLACKBERRY_TABLET)
+#error "This file is supposed to be used only for BlackBerry Playbook OS."
+#endif
#ifndef SENSOR_H_
#define SENSOR_H_