From e4ff58731699e1202396f9ef5863f462fa1d9456 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 25 Sep 2013 14:47:41 +0200 Subject: Doc: Removed QML version from \inqmlmodule and put it in \qmlmodule -QDoc uses \qmlmodule to determine version -QDoc ignores versions in \inqmlmodule but it is better to remove the version to avoid confusion Task-number: QTBUG-32172 Change-Id: Iccab6b3fe201e8f01ddf130cd985bc0482425bf5 Reviewed-by: Alex Blasche Reviewed-by: Bernd Weimer Reviewed-by: Thomas McGuire Reviewed-by: Martin Smith --- src/imports/sensors/qmlambienttemperaturesensor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/sensors/qmlambienttemperaturesensor.cpp') diff --git a/src/imports/sensors/qmlambienttemperaturesensor.cpp b/src/imports/sensors/qmlambienttemperaturesensor.cpp index 1190fca6..6128af13 100644 --- a/src/imports/sensors/qmlambienttemperaturesensor.cpp +++ b/src/imports/sensors/qmlambienttemperaturesensor.cpp @@ -45,7 +45,7 @@ \qmltype AmbientTemperatureSensor \instantiates QmlAmbientTemperatureSensor \ingroup qml-sensors_type - \inqmlmodule QtSensors 5.0 + \inqmlmodule QtSensors \since QtSensors 5.1 \inherits Sensor \brief The AmbientTemperatureSensor element reports on the ambient temperature. @@ -82,7 +82,7 @@ QSensor *QmlAmbientTemperatureSensor::sensor() const \qmltype AmbientTemperatureReading \instantiates QmlAmbientTemperatureReading \ingroup qml-sensors_reading - \inqmlmodule QtSensors 5.0 + \inqmlmodule QtSensors \since QtSensors 5.1 \inherits SensorReading \brief The AmbientTemperatureReading element holds the most recent temperature reading. -- cgit v1.2.3