diff options
author | Alejandro Exojo <suy@badopi.org> | 2014-12-06 14:19:35 +0100 |
---|---|---|
committer | Alejandro Exojo Piqueras <suy@badopi.org> | 2014-12-08 12:08:04 +0100 |
commit | 817a964c710e4bc08b56f45d942944a038d6ab9c (patch) | |
tree | 99fe48ecbc9b49aa77a55947a6155f358a0eb56c /examples | |
parent | ff98a9a27a18e6a48afa705e5cd84bd9461ad554 (diff) | |
download | qtsensors-817a964c710e4bc08b56f45d942944a038d6ab9c.tar.gz |
Remove unnecessary \inqmlmodule parameter
Change-Id: I23232dcb9d13605f973144f64ffb93b0d9013c65
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sensors/grue/import/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index 4191d62..c6e80ef 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. |