summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-06-13 14:14:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 03:40:14 +0200
commit3aebcb96b72c8e2dbfeff078e67af55489c2bac8 (patch)
treeef1adbb87daf4f9ddd8ce1ec095f87cb8c6017f7 /examples
parenta42fd9d05a8f8db8a79fc8da920fa917188b8e9b (diff)
Docs: change QML elements to QML types in docs.
Change-Id: I54a9a1972978f1d989d262f137b5890d1feb35e0 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/QtSensors/QtSensors_grue/import/main.cpp14
-rw-r--r--examples/QtSensors/QtSensors_sensor_explorer/import/explorer.cpp2
-rw-r--r--examples/QtSensors/QtSensors_sensor_explorer/import/propertyinfo.cpp2
-rw-r--r--examples/QtSensors/QtSensors_sensor_explorer/import/sensoritem.cpp2
4 files changed, 10 insertions, 10 deletions
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.
*/
/*