summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-25 12:53:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-29 12:17:28 +0200
commit9d7c2d572659b765b4b90afd26636c75ed5d9074 (patch)
tree20ce55d8055ffa64da751a94f41f007bac6c4cee /examples
parentbbc476ecb97713ef88f7ff8be4f5f0131caabd1b (diff)
downloadqtsensors-9d7c2d572659b765b4b90afd26636c75ed5d9074.tar.gz
Enable the Grue sensor plugin no matter what other sensor plug-in is installed
If multiple plugins with the same key are installed only the first one is used and any subsequent plugin with the same key is ignored. This prevents the Grue example from working as it requires a Light sensor and the Grue sensor. All other plug-ins use the "unused" key. Change-Id: I3cb28d3ffec407fb27b4550521acf28bd9c7b073 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/grue/plugin/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/plugin/plugin.json b/examples/sensors/grue/plugin/plugin.json
index 8a55b3a..ab37205 100644
--- a/examples/sensors/grue/plugin/plugin.json
+++ b/examples/sensors/grue/plugin/plugin.json
@@ -1 +1 @@
-{ "Keys": [ "notused" ] }
+{ "Keys": [ "grue" ] }