aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-11-19 10:25:08 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2020-11-19 13:21:20 +0100
commit8d58c809a1d4448cb8635a5291e978bf16963413 (patch)
treedaa0a4a0ec912915239254e1ff656da009109710 /src
parent31afb6b70513cc673d17fc72f081f19ac80e7111 (diff)
QtQml: document qmlExecuteDeferred as internal
Change-Id: If3640ef5cbb6df4b199b481410e79e94ea763645 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-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);