summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 22:59:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-04 10:17:32 +0100
commit96771618f2413de849101b15344e1bb1fd1f7e7f (patch)
tree58fd03d354f7e62fc5ceb008623390325af23d08 /examples/sensors/sensor_explorer
parent0a274451536078366d2b43b91f9566dc748521e7 (diff)
Fix some typos in comments and documentation
Change-Id: I8541601c0bfe2b7c80e88b4617e8215b266fb0bd Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'examples/sensors/sensor_explorer')
-rw-r--r--examples/sensors/sensor_explorer/import/sensoritem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sensors/sensor_explorer/import/sensoritem.cpp b/examples/sensors/sensor_explorer/import/sensoritem.cpp
index 1b14c6ae..c207d937 100644
--- a/examples/sensors/sensor_explorer/import/sensoritem.cpp
+++ b/examples/sensors/sensor_explorer/import/sensoritem.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
/*
\class QSensorItem
- \brief The QSensorItem type provides information about the meta-datas from a sensors installed on the system.
+ \brief The QSensorItem type provides information about the metadata from a sensors installed on the system.
*/
/*
@@ -118,7 +118,7 @@ void QSensorItem::changePropertyValue(QPropertyInfo* property, const QString& va
}
/*
- Reading the meta-datas and activates the sensor.
+ Reading the metadata and activates the sensor.
*/
void QSensorItem::select()
{
@@ -255,7 +255,7 @@ bool QSensorItem::isWriteable(const QString& propertyname)
}
/*
- Convert the variant \a val dependend on the type \a type and returns the converted value as a QString
+ Convert the variant \a val dependent on the type \a type and returns the converted value as a QString
*/
QString QSensorItem::convertValue(const QString& type, const QVariant& val)
{