qtmobility/examples/sensors/grueplugin/gruesensor.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    97     Called when \a reading changes. Returns false to prevent the reading from propagating.
    97     Called when \a reading changes. Returns false to prevent the reading from propagating.
    98 
    98 
    99     \sa QSensorFilter::filter()
    99     \sa QSensorFilter::filter()
   100 */
   100 */
   101 
   101 
   102 const char *GrueSensor::type("GrueSensor");
   102 char const * const GrueSensor::type("GrueSensor");
   103 
   103 
   104 /*!
   104 /*!
   105     \class GrueSensor
   105     \class GrueSensor
   106     \ingroup sensors_type
   106     \ingroup sensors_type
   107 
   107