summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-06 14:19:35 +0100
committerAlejandro Exojo Piqueras <suy@badopi.org>2014-12-08 12:08:04 +0100
commit817a964c710e4bc08b56f45d942944a038d6ab9c (patch)
tree99fe48ecbc9b49aa77a55947a6155f358a0eb56c
parentff98a9a27a18e6a48afa705e5cd84bd9461ad554 (diff)
Remove unnecessary \inqmlmodule parameter
Change-Id: I23232dcb9d13605f973144f64ffb93b0d9013c65 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--examples/sensors/grue/import/main.cpp4
1 files 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.