qtmobility/src/sensors/qproximitysensor_p.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    51 // version without notice, or even be removed.
    51 // version without notice, or even be removed.
    52 //
    52 //
    53 // We mean it.
    53 // We mean it.
    54 //
    54 //
    55 
    55 
    56 #include "qsensor_p.h"
       
    57 
       
    58 QTM_BEGIN_NAMESPACE
    56 QTM_BEGIN_NAMESPACE
    59 
    57 
    60 class QProximityReadingPrivate : public QSensorReadingPrivate
    58 class QProximityReadingPrivate
    61 {
    59 {
    62 public:
    60 public:
    63     QProximityReadingPrivate()
    61     QProximityReadingPrivate()
    64         : close(false)
    62         : close(false)
    65     {
    63     {