diff options
author | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2012-08-17 12:02:20 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-11 10:19:46 +0200 |
commit | be4e63b220108a959f1d016403aa95389060630e (patch) | |
tree | aeedb34f815135e4ead5c2e7cb61c289ac5fb83e /examples/sensors/grue | |
parent | ceb982907c98d2e71e1d7b84c87b06328c6c391f (diff) | |
download | qtsensors-be4e63b220108a959f1d016403aa95389060630e.tar.gz |
Rename QtMobility.sensors 1.3 to QtSensors 5.0
Change-Id: I2b24533d38db1f8e205de19b67fe0b21625bbf6b
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'examples/sensors/grue')
-rw-r--r-- | examples/sensors/grue/grue.qml | 2 | ||||
-rw-r--r-- | examples/sensors/grue/import/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/sensors/grue/grue.qml b/examples/sensors/grue/grue.qml index 35449ad..6598016 100644 --- a/examples/sensors/grue/grue.qml +++ b/examples/sensors/grue/grue.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.0 -import QtMobility.sensors 1.3 +import QtSensors 5.0 import Grue 1.0 Rectangle { diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index d892d89..db260bb 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -111,7 +111,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensor \instantiates GrueSensor - \inherits QtMobility.sensors1::Sensor + \inherits QtSensors::Sensor \inqmlmodule Grue 1.0 \brief The GrueSensor type reports on your chance of being eaten by a Grue. @@ -124,7 +124,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensorReading \instantiates GrueSensorReading - \inherits QtMobility.sensors1::SensorReading + \inherits QtSensors::SensorReading \inqmlmodule Grue 1.0 \brief The GrueSensorReading type holds the most recent GrueSensor reading. |