From 3aebcb96b72c8e2dbfeff078e67af55489c2bac8 Mon Sep 17 00:00:00 2001 From: Peter Yard Date: Wed, 13 Jun 2012 14:14:30 +1000 Subject: Docs: change QML elements to QML types in docs. Change-Id: I54a9a1972978f1d989d262f137b5890d1feb35e0 Reviewed-by: Lincoln Ramsay --- examples/QtSensors/QtSensors_grue/import/main.cpp | 14 +++++++------- .../QtSensors_sensor_explorer/import/explorer.cpp | 2 +- .../QtSensors_sensor_explorer/import/propertyinfo.cpp | 2 +- .../QtSensors_sensor_explorer/import/sensoritem.cpp | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/QtSensors/QtSensors_grue/import/main.cpp b/examples/QtSensors/QtSensors_grue/import/main.cpp index 6c327032..d8a6d5ab 100644 --- a/examples/QtSensors/QtSensors_grue/import/main.cpp +++ b/examples/QtSensors/QtSensors_grue/import/main.cpp @@ -112,11 +112,11 @@ QT_END_NAMESPACE \qmlclass GrueSensor GrueSensor \inherits QtMobility.sensors1::Sensor \inqmlmodule Grue 1 - \brief The GrueSensor element reports on your chance of being eaten by a Grue. + \brief The GrueSensor type reports on your chance of being eaten by a Grue. - The GrueSensor element reports on your chance of being eaten by a Grue. + The GrueSensor type reports on your chance of being eaten by a Grue. - This element wraps the GrueSensor class. Please see the documentation for + This type wraps the GrueSensor class. Please see the documentation for GrueSensor for details. \sa {QtMobility.sensors QML Limitations} @@ -126,14 +126,14 @@ QT_END_NAMESPACE \qmlclass GrueSensorReading GrueSensorReading \inherits QtMobility.sensors1::SensorReading \inqmlmodule Grue 1 - \brief The GrueSensorReading element holds the most recent GrueSensor reading. + \brief The GrueSensorReading type holds the most recent GrueSensor reading. - The GrueSensorReading element holds the most recent GrueSensor reading. + The GrueSensorReading type holds the most recent GrueSensor reading. - This element wraps the GrueSensorReading class. Please see the documentation for + This type wraps the GrueSensorReading class. Please see the documentation for GrueSensorReading for details. - This element cannot be directly created. + This type cannot be directly created. */ /* diff --git a/examples/QtSensors/QtSensors_sensor_explorer/import/explorer.cpp b/examples/QtSensors/QtSensors_sensor_explorer/import/explorer.cpp index 0c296192..12b35f9e 100644 --- a/examples/QtSensors/QtSensors_sensor_explorer/import/explorer.cpp +++ b/examples/QtSensors/QtSensors_sensor_explorer/import/explorer.cpp @@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE /* \class QSensorExplorer - \brief The QSensorExplorer element provides an easy access for reading all avalaible sensors installed on the system. + \brief The QSensorExplorer type provides an easy access for reading all avalaible sensors installed on the system. */ /* diff --git a/examples/QtSensors/QtSensors_sensor_explorer/import/propertyinfo.cpp b/examples/QtSensors/QtSensors_sensor_explorer/import/propertyinfo.cpp index 0360e0d2..00f43e44 100644 --- a/examples/QtSensors/QtSensors_sensor_explorer/import/propertyinfo.cpp +++ b/examples/QtSensors/QtSensors_sensor_explorer/import/propertyinfo.cpp @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE /* \class QPropertyInfo - \brief The QPropertyInfo element provides an easy access for reading and writing the property values. + \brief The QPropertyInfo type provides an easy access for reading and writing the property values. */ /* diff --git a/examples/QtSensors/QtSensors_sensor_explorer/import/sensoritem.cpp b/examples/QtSensors/QtSensors_sensor_explorer/import/sensoritem.cpp index 68dccf46..dd9d0365 100644 --- a/examples/QtSensors/QtSensors_sensor_explorer/import/sensoritem.cpp +++ b/examples/QtSensors/QtSensors_sensor_explorer/import/sensoritem.cpp @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE /* \class QSensorItem - \brief The QSensorItem element provides information about the meta-datas from a sensors installed on the system. + \brief The QSensorItem type provides information about the meta-datas from a sensors installed on the system. */ /* -- cgit v1.2.3