qtmobility/plugins/sensors/maemo6/maemo6als.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    53 class maemo6als : public maemo6sensorbase
    53 class maemo6als : public maemo6sensorbase
    54 {
    54 {
    55     Q_OBJECT
    55     Q_OBJECT
    56 
    56 
    57 public:
    57 public:
    58     static const char *id;
    58     static char const * const id;
    59 
       
    60     maemo6als(QSensor *sensor);
    59     maemo6als(QSensor *sensor);
    61 
    60 
    62 private:
    61 private:
    63     QAmbientLightReading m_reading;
    62     QAmbientLightReading m_reading;
    64     static bool m_initDone;
    63     static bool m_initDone;