summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/plugin/gruesensorimpl.h
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2011-12-15 14:11:46 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-20 04:38:54 +0100
commit52a414bd2291dbf9b99606019ab50a914280ecb0 (patch)
treee9c25309ea7aa6c121b688459ab491436406e9e8 /examples/sensors/grue/plugin/gruesensorimpl.h
parent72a3d3b60b20abbc7e6af2ec1e33275bfa7841b1 (diff)
Grue example doesn't work in simulator
Change-Id: I486e24befd3f31345ec7f8dffd9a183f9f2ec4cb Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/grue/plugin/gruesensorimpl.h')
-rw-r--r--examples/sensors/grue/plugin/gruesensorimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sensors/grue/plugin/gruesensorimpl.h b/examples/sensors/grue/plugin/gruesensorimpl.h
index fa4938e7..55d567be 100644
--- a/examples/sensors/grue/plugin/gruesensorimpl.h
+++ b/examples/sensors/grue/plugin/gruesensorimpl.h
@@ -70,6 +70,7 @@ private:
QAmbientLightSensor *lightSensor;
QTimer *darkTimer;
QTime timer;
+ QAmbientLightReading::LightLevel lightLevel;
};
#endif