qtmobility/src/sensors/qrotationsensor.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/sensors/qrotationsensor.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/sensors/qrotationsensor.h	Wed Jun 23 19:08:38 2010 +0300
@@ -84,7 +84,7 @@
     explicit QRotationSensor(QObject *parent = 0) : QSensor(QRotationSensor::type, parent) {}
     virtual ~QRotationSensor() {}
     QRotationReading *reading() const { return static_cast<QRotationReading*>(QSensor::reading()); }
-    static const char *type;
+    static char const * const type;
 };
 
 QTM_END_NAMESPACE