aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 2a35c27cc6..0b6b456473 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -1511,6 +1511,9 @@ void QQmlEnginePrivate::doDeleteInEngineThread()
delete d;
}
+/*!
+ \internal
+*/
void qmlExecuteDeferred(QObject *object)
{
QQmlData *data = QQmlData::get(object);