aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 16:02:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 13:51:39 +0200
commit89042598c4005c82a64e63ea6f628e24dc5ca979 (patch)
tree0ae87bccfd5aa4abf7155236bbdb1534991191d0 /src/qml/qml/qqmlengine.cpp
parent779182eb4a56d29958a064baf642c52a311a93e5 (diff)
Doc: Made \since commands in src/qml consistent.
-QDoc displays the Qt version in the HTML output. -If there is only one argument to \since, QDoc assumes it is the Qt version. "QtQuick 2.1" -> "Qt 5.1" "QtQml 2.1" -> "Qt 5.1" "QtQuick 1.1" -> "Qt 4.8" Task-number: QTBUG-32172 Change-Id: I3c0da4dce8e44d717a6840bea250b4f0f9d78128 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index afb993499d..2e77d8257b 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -370,7 +370,7 @@ The following functions are also on the Qt object.
/*!
\qmlproperty object Qt::platform
- \since QtQml 2.1
+ \since 4.8
The \c platform object provides info about the underlying platform.
@@ -400,7 +400,7 @@ The following functions are also on the Qt object.
/*!
\qmlproperty object Qt::application
- \since QtQuick 1.1
+ \since 5.1
The \c application object provides access to global application state
properties shared by many QML components.
@@ -512,7 +512,7 @@ The following functions are also on the Qt object.
/*!
\qmlproperty object Qt::inputMethod
- \since QtQuick 2.0
+ \since 5.0
The \c inputMethod object allows access to application's QInputMethod object
and all its properties and slots. See the QInputMethod documentation for