summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/android/src
diff options
context:
space:
mode:
authorAndrew Inwood <ainwood@blackberry.com>2014-04-03 10:43:21 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-07 18:15:09 +0200
commita4e86e21d540ab642ba02d8e060a6154114da701 (patch)
treed397abe435766d94f85c2b0c946275327bff3258 /src/plugins/sensors/android/src
parentb249c74338a69a7441708833565a6197412e55fa (diff)
BlackBerry: update plugin key
The plugin key for both the Generic backend and the BlackBerry backend were set to "notused". This ultimately caused the Generic backend not to be loaded, which is why QTiltSensor wasn't being exposed. The duplicate keys caused a collision in a QMap in QFactoryLoader, making it look like the generic backend had been created, when it hadn't. Tested on a BlackBerry Z10. Change-Id: Ie5e40586751e7c3b9683a94a39b07efd4fc7fc82 Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/plugins/sensors/android/src')
-rw-r--r--src/plugins/sensors/android/src/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sensors/android/src/plugin.json b/src/plugins/sensors/android/src/plugin.json
index 8a55b3ae..ef0cbb62 100644
--- a/src/plugins/sensors/android/src/plugin.json
+++ b/src/plugins/sensors/android/src/plugin.json
@@ -1 +1 @@
-{ "Keys": [ "notused" ] }
+{ "Keys": [ "android" ] }