summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/plugin/gruesensorimpl.h
diff options
context:
space:
mode:
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