qtmobility/src/sensors/qambientlightsensor.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   111     Called when \a reading changes. Returns false to prevent the reading from propagating.
   111     Called when \a reading changes. Returns false to prevent the reading from propagating.
   112 
   112 
   113     \sa QSensorFilter::filter()
   113     \sa QSensorFilter::filter()
   114 */
   114 */
   115 
   115 
   116 const char *QAmbientLightSensor::type("QAmbientLightSensor");
   116 char const * const QAmbientLightSensor::type("QAmbientLightSensor");
   117 
   117 
   118 /*!
   118 /*!
   119     \class QAmbientLightSensor
   119     \class QAmbientLightSensor
   120     \ingroup sensors_type
   120     \ingroup sensors_type
   121 
   121