aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/qml/qqmlengine.cpp6
-rw-r--r--src/qml/qml/qqmlextensionplugin.cpp4
-rw-r--r--src/qml/qml/v8/qqmlbuiltinfunctions.cpp2
3 files changed, 6 insertions, 6 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
diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp
index 30eca7b112..76de2dfe34 100644
--- a/src/qml/qml/qqmlextensionplugin.cpp
+++ b/src/qml/qml/qqmlextensionplugin.cpp
@@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
/*!
- \since Qt 5.0
+ \since 5.0
\inmodule QtQml
\class QQmlExtensionPlugin
\brief The QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins.
@@ -157,7 +157,7 @@ QQmlExtensionPlugin::~QQmlExtensionPlugin()
}
/*!
- \since Qt 5.1
+ \since 5.1
\brief Returns the URL of the directory from which the extension is loaded.
This is useful when the plugin also needs to load QML files or other
diff --git a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
index a83b2d7ffd..cd90ed770f 100644
--- a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
+++ b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
@@ -1244,7 +1244,7 @@ DEFINE_MANAGED_VTABLE(BindingFunction);
binding assignment, so the Qt.binding() function is new in
\l {Qt Quick}{Qt Quick 2}.
- \since QtQuick 2.0
+ \since 5.0
*/
ReturnedValue QtObject::method_binding(SimpleCallContext *ctx)
{