qtmobility/src/sensors/qtapsensor.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   143     Called when \a reading changes. Returns false to prevent the reading from propagating.
   143     Called when \a reading changes. Returns false to prevent the reading from propagating.
   144 
   144 
   145     \sa QSensorFilter::filter()
   145     \sa QSensorFilter::filter()
   146 */
   146 */
   147 
   147 
   148 const char *QTapSensor::type("QTapSensor");
   148 char const * const QTapSensor::type("QTapSensor");
   149 
   149 
   150 /*!
   150 /*!
   151     \class QTapSensor
   151     \class QTapSensor
   152     \ingroup sensors_type
   152     \ingroup sensors_type
   153 
   153