From 9c95113ba42770a76b0cbfe356b37061616244a0 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Wed, 11 Jan 2012 12:46:23 +1000 Subject: more properly document GrueSensor QML element Change-Id: I61e2681f0573e2541c9101f684ddb1dbf3857745 Sanity-Review: Qt Sanity Bot Reviewed-by: Peter Yard --- examples/sensors/grue/import/main.cpp | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'examples') diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index cd56a41e..bd2ae4b7 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -72,6 +72,7 @@ Q_EXPORT_PLUGIN2(gruesensorqmlimport, QT_PREPEND_NAMESPACE(GrueSensorQmlImport)) /* \qmlclass GrueSensor GrueSensor + \inherits QtMobility.sensors1::Sensor \inqmlmodule Grue 1 \brief The GrueSensor element reports on your chance of being eaten by a Grue. @@ -83,22 +84,10 @@ Q_EXPORT_PLUGIN2(gruesensorqmlimport, QT_PREPEND_NAMESPACE(GrueSensorQmlImport)) \sa {QtMobility.sensors QML Limitations} */ -/* - \qmlproperty GrueSensorReading Grue1::GrueSensor::reading - Holds the most recent Grue sensor reading. - Please see QSensor::reading for information about this property. -*/ - -/* - \qmlsignal Grue1::GrueSensor::onReadingChanged() - Called when the reading object changes. - Please see QSensor::readingChanged() for information about this signal. -*/ - /* \qmlclass GrueSensorReading GrueSensorReading - \inqmlmodule Grue 1 \inherits QtMobility.sensors1::SensorReading + \inqmlmodule Grue 1 \brief The GrueSensorReading element holds the most recent GrueSensor reading. The GrueSensorReading element holds the most recent GrueSensor reading. -- cgit v1.2.3