summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-08-01 14:22:55 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-01 07:02:02 +0200
commitdc771619d989ef3c5685682dada89c5304bfedbe (patch)
tree4bda73033e0a1f4335158c7aa0ecdd760579e537
parentc5a4a7a7a9565a29fa70f1bc858f9a3628c237b4 (diff)
We need to keep qtimestamp for source compatibility.
It's not used in the API but third party apps are likely using it. Change-Id: I657e5c8feb7c3f282dfc6e5b6f9859038c521d04 Reviewed-on: http://codereview.qt.nokia.com/2414 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
-rw-r--r--src/sensors/qsensor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/qsensor.h b/src/sensors/qsensor.h
index 305315c2..65a127e9 100644
--- a/src/sensors/qsensor.h
+++ b/src/sensors/qsensor.h
@@ -56,6 +56,9 @@ class QSensorReading;
class QSensorReadingPrivate;
class QSensorFilter;
+// This type is no longer used in the API but third party apps may be using it
+typedef quint64 qtimestamp;
+
typedef QPair<int,int> qrange;
typedef QList<qrange> qrangelist;
struct qoutputrange