summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/grue.qdoc
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 /doc/src/examples/grue.qdoc
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 'doc/src/examples/grue.qdoc')
-rw-r--r--doc/src/examples/grue.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/grue.qdoc b/doc/src/examples/grue.qdoc
index 73a67fc1..37a602fe 100644
--- a/doc/src/examples/grue.qdoc
+++ b/doc/src/examples/grue.qdoc
@@ -137,7 +137,7 @@
/*!
\example QtSensors/QtSensors_grue/import
\title Grue Sensor QML Import
- \brief The Grue sensor QML import exports the GrueSensor class as a QML element.
+ \brief The Grue sensor QML import exports the GrueSensor class as a QML type.
This example creates the \e {Grue 1.0} import.
@@ -147,7 +147,7 @@
/*!
\example QtSensors/QtSensors_grue
\title Grue Sensor QML Application
- \brief The Grue sensor QML application demonstrates use of the GrueSensor QML element.
+ \brief The Grue sensor QML application demonstrates use of the GrueSensor QML type.
This is a pure QML application that can be run from Qt Creator or directly using the
\c qmlscene binary. You should install the other projects before trying to run