qtmobility/src/sensors/qorientationsensor.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   120     Called when \a reading changes. Returns false to prevent the reading from propagating.
   120     Called when \a reading changes. Returns false to prevent the reading from propagating.
   121 
   121 
   122     \sa QSensorFilter::filter()
   122     \sa QSensorFilter::filter()
   123 */
   123 */
   124 
   124 
   125 const char *QOrientationSensor::type("QOrientationSensor");
   125 char const * const QOrientationSensor::type("QOrientationSensor");
   126 
   126 
   127 /*!
   127 /*!
   128     \class QOrientationSensor
   128     \class QOrientationSensor
   129     \ingroup sensors_type
   129     \ingroup sensors_type
   130 
   130