From 817a964c710e4bc08b56f45d942944a038d6ab9c Mon Sep 17 00:00:00 2001 From: Alejandro Exojo Date: Sat, 6 Dec 2014 14:19:35 +0100 Subject: Remove unnecessary \inqmlmodule parameter Change-Id: I23232dcb9d13605f973144f64ffb93b0d9013c65 Reviewed-by: Mitch Curtis --- examples/sensors/grue/import/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index 4191d623..c6e80ef5 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -114,7 +114,7 @@ QT_END_NAMESPACE \qmltype GrueSensor \instantiates GrueSensor \inherits Sensor - \inqmlmodule Grue 1.0 + \inqmlmodule Grue \brief The GrueSensor type reports on your chance of being eaten by a Grue. The GrueSensor type reports on your chance of being eaten by a Grue. @@ -129,7 +129,7 @@ QT_END_NAMESPACE \qmltype GrueSensorReading \instantiates GrueSensorReading \inherits SensorReading - \inqmlmodule Grue 1.0 + \inqmlmodule Grue \brief The GrueSensorReading type holds the most recent GrueSensor reading. The GrueSensorReading type holds the most recent GrueSensor reading. -- cgit v1.2.3