aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/qt6-changes.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/doc/src/qt6-changes.qdoc b/src/qml/doc/src/qt6-changes.qdoc
index 1e958479f6..ee9525ae5c 100644
--- a/src/qml/doc/src/qt6-changes.qdoc
+++ b/src/qml/doc/src/qt6-changes.qdoc
@@ -107,9 +107,9 @@
QQmlListProperty<QObject>(owner, &owner->objectList);
\endcode
- \li The functions \c qmlExecuteDeferred, \c qmlContext and \c qmlEngine used to exist both in
- the global namespace (or Qt namespace in namespaced builds), and in the \c QtQml namespace. The
- latter has been removed.
+ \li The functions \c qmlDebug, \c qmlInfo, \c qmlWarning, \c qmlContext and \c qmlEngine used
+ to exist both in the global namespace (or Qt namespace in namespaced builds), and in the \c
+ QtQml namespace. These functions now exist only in the global namespace.
\oldcode
QQmlEngine *engine = QtQml::qmlEngine(qmlObject);
\newcode