summaryrefslogtreecommitdiffstats
path: root/examples/sensors
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2011-12-23 09:40:15 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-23 03:50:25 +0100
commitae5c57208b6021122a15d4dcfbdb5be1984fde1b (patch)
treeec3c217f3c95a48f735d00663de965c3918bccae /examples/sensors
parentddc2311a80440cfe2a04788a0dfe5c958d8fced1 (diff)
QML Sensor 2 demo starts with proximity in running state
Change-Id: Id4d9faf81f2dacb2089e10ae43952a9f30ef6789 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples/sensors')
-rw-r--r--examples/sensors/qmlqtsensors5/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/qmlqtsensors5/main.qml b/examples/sensors/qmlqtsensors5/main.qml
index 9190dcb4..90b7786f 100644
--- a/examples/sensors/qmlqtsensors5/main.qml
+++ b/examples/sensors/qmlqtsensors5/main.qml
@@ -337,7 +337,7 @@ Rectangle {
ProximitySensor {
id: proxi
- enabled: true
+ enabled: false
}
Text {