From be4e63b220108a959f1d016403aa95389060630e Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 17 Aug 2012 12:02:20 +1000 Subject: Rename QtMobility.sensors 1.3 to QtSensors 5.0 Change-Id: I2b24533d38db1f8e205de19b67fe0b21625bbf6b Reviewed-by: Lorn Potter --- src/imports/sensors/qmlgyroscope.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/imports/sensors/qmlgyroscope.cpp') 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. -- cgit v1.2.3