From e262958d8d70a22463953f5e22f38406e491efe2 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Fri, 27 Jul 2012 18:54:07 +0200 Subject: Doc: Changed \qmlclass to \qmltype and added \instantiates -\qmlclass is now \qmltype -\instantiates is for QML types implemented in C++ Change-Id: I7f1af4eae6ad9d199859911b5ab51696a59a9b36 Reviewed-by: Laszlo Papp Reviewed-by: Peter Yard Reviewed-by: Casper van Donderen --- examples/sensors/grue/import/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index d8a6d5a..792f7e5 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -109,7 +109,8 @@ QT_END_NAMESPACE #include "main.moc" /* - \qmlclass GrueSensor GrueSensor + \qmltype GrueSensor + \instantiates GrueSensor \inherits QtMobility.sensors1::Sensor \inqmlmodule Grue 1 \brief The GrueSensor type reports on your chance of being eaten by a Grue. @@ -123,7 +124,8 @@ QT_END_NAMESPACE */ /* - \qmlclass GrueSensorReading GrueSensorReading + \qmltype GrueSensorReading + \instantiates GrueSensorReading \inherits QtMobility.sensors1::SensorReading \inqmlmodule Grue 1 \brief The GrueSensorReading type holds the most recent GrueSensor reading. -- cgit v1.2.1