aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-06-01 10:13:07 +0200
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-06-08 07:24:58 +0000
commitfc83d811812d2e16f4139f6db7e357b5d2eb945b (patch)
treed5065f7edc90380ec2d22c64929e420e91cd2d9e /src/qml/qml/v8
parent4f322f7f2c46e7ffc172400010a944afd4b51489 (diff)
Add \since 5.8 to Qt.callLater()
It wasn't added in 6cc908e25. Change-Id: I1a880984965b379494f153cbe21b1f7fdbc28a65 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/v8')
-rw-r--r--src/qml/qml/v8/qqmlbuiltinfunctions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
index 54c29b4b8a..482da31779 100644
--- a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
+++ b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
@@ -2001,6 +2001,7 @@ ReturnedValue GlobalExtensions::method_string_arg(CallContext *ctx)
/*!
\qmlmethod Qt::callLater(function)
\qmlmethod Qt::callLater(function, argument1, argument2, ...)
+\since 5.8
Use this function to eliminate redundant calls to a function or signal.
The function passed as the first argument to \l{QML:Qt::callLater()}{Qt.callLater()}