aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()}