qtmobility/src/sensors/qcompass.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   131     Called when \a reading changes. Returns false to prevent the reading from propagating.
   131     Called when \a reading changes. Returns false to prevent the reading from propagating.
   132 
   132 
   133     \sa QSensorFilter::filter()
   133     \sa QSensorFilter::filter()
   134 */
   134 */
   135 
   135 
   136 const char *QCompass::type("QCompass");
   136 char const * const QCompass::type("QCompass");
   137 
   137 
   138 /*!
   138 /*!
   139     \class QCompass
   139     \class QCompass
   140     \ingroup sensors_type
   140     \ingroup sensors_type
   141 
   141