summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlgyroscope.cpp
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-08-17 12:02:20 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-11 10:19:46 +0200
commitbe4e63b220108a959f1d016403aa95389060630e (patch)
treeaeedb34f815135e4ead5c2e7cb61c289ac5fb83e /src/imports/sensors/qmlgyroscope.cpp
parentceb982907c98d2e71e1d7b84c87b06328c6c391f (diff)
Rename QtMobility.sensors 1.3 to QtSensors 5.0
Change-Id: I2b24533d38db1f8e205de19b67fe0b21625bbf6b Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/imports/sensors/qmlgyroscope.cpp')
-rw-r--r--src/imports/sensors/qmlgyroscope.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/imports/sensors/qmlgyroscope.cpp b/src/imports/sensors/qmlgyroscope.cpp
index b52badb3..a60a7eb8 100644
--- a/src/imports/sensors/qmlgyroscope.cpp
+++ b/src/imports/sensors/qmlgyroscope.cpp
@@ -46,9 +46,9 @@
\qmltype Gyroscope
\instantiates QmlGyroscope
\ingroup qml-sensors_type
- \inqmlmodule QtMobility.sensors 1.3
- \since QtMobility.sensors 1.2
- \inherits QtMobility.sensors1::Sensor
+ \inqmlmodule QtSensors 5.0
+ \since QtSensors 5.0
+ \inherits QtSensors::Sensor
\brief The Gyroscope element reports on rotational acceleration
around the X, Y and Z axes.
@@ -82,9 +82,9 @@ QSensor *QmlGyroscope::sensor() const
\qmltype GyroscopeReading
\instantiates QmlGyroscopeReading
\ingroup qml-sensors_reading
- \inqmlmodule QtMobility.sensors 1.3
- \since QtMobility.sensors 1.2
- \inherits QtMobility.sensors1::SensorReading
+ \inqmlmodule QtSensors 5.0
+ \since QtSensors 5.0
+ \inherits QtSensors::SensorReading
\brief The GyroscopeReading element holds the most recent Gyroscope reading.
The GyroscopeReading element holds the most recent Gyroscope reading.
@@ -106,7 +106,7 @@ QmlGyroscopeReading::~QmlGyroscopeReading()
}
/*!
- \qmlproperty qreal QtMobility.sensors1::GyroscopeReading::x
+ \qmlproperty qreal QtSensors::GyroscopeReading::x
This property holds the angular velocity around the x axis.
Please see QGyroscopeReading::x for information about this property.
@@ -118,7 +118,7 @@ qreal QmlGyroscopeReading::x() const
}
/*!
- \qmlproperty qreal QtMobility.sensors1::GyroscopeReading::y
+ \qmlproperty qreal QtSensors::GyroscopeReading::y
This property holds the angular velocity around the y axis.
Please see QGyroscopeReading::y for information about this property.
@@ -130,7 +130,7 @@ qreal QmlGyroscopeReading::y() const
}
/*!
- \qmlproperty qreal QtMobility.sensors1::GyroscopeReading::z
+ \qmlproperty qreal QtSensors::GyroscopeReading::z
This property holds the angular velocity around the z axis.
Please see QGyroscopeReading::z for information about this property.