From dcbde9793533fbe79d8facf2e9089494765cf2bd Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Mon, 23 Nov 2020 13:17:40 +0100 Subject: qmlfunctions.qdoc: Add clarification to QML_FOREIGN Fixes: QTBUG-87150 Change-Id: If99a06a07892bdfef7b6b1e8fa737480750992fe Reviewed-by: Fabian Kosmale (cherry picked from commit 56f428c360191230b571969a2651e85380030afa) Reviewed-by: Qt Cherry-pick Bot --- src/qml/doc/src/qmlfunctions.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qml/doc/src') diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc index f7a84e6584..9136bc36cc 100644 --- a/src/qml/doc/src/qmlfunctions.qdoc +++ b/src/qml/doc/src/qmlfunctions.qdoc @@ -269,6 +269,10 @@ for example because they belong to 3rdparty libraries. To register a namespace, see \l QML_FOREIGN_NAMESPACE(). + \b{NOTE:} You may want to use \l QML_NAMED_ELEMENT() instead of \l QML_ELEMENT due to the fact that + the element will be named like the struct it is contained in, not the foreign type. + See \l {Extending QML - Extension Objects Example} for an example. + \sa QML_ELEMENT, QML_NAMED_ELEMENT(), QML_FOREIGN_NAMESPACE() */ -- cgit v1.2.3