From 1b3b8a3619bb9fae6cf047f242398ecf0b189fc7 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Fri, 2 Nov 2012 17:32:21 +0100 Subject: Remove the QtSensors:: prefix from documentation. This appears to be implicit. Now the property documentation is built correctly. Change-Id: I3998582fdeabf751a612c379df69f5eb41b9419d Reviewed-by: Lorn Potter --- examples/sensors/grue/import/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sensors/grue/import/main.cpp') diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index db260bb..5f6c925 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -111,7 +111,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensor \instantiates GrueSensor - \inherits QtSensors::Sensor + \inherits Sensor \inqmlmodule Grue 1.0 \brief The GrueSensor type reports on your chance of being eaten by a Grue. @@ -124,7 +124,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensorReading \instantiates GrueSensorReading - \inherits QtSensors::SensorReading + \inherits SensorReading \inqmlmodule Grue 1.0 \brief The GrueSensorReading type holds the most recent GrueSensor reading. -- cgit v1.2.1