aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2022-05-31 16:44:57 +0200
committerAndrei Golubev <andrei.golubev@qt.io>2022-06-02 10:07:39 +0200
commitb85ac05e4ab3ef356ef59f6c57f44855edf15c5c (patch)
treeb7e5321c25b057110e828b622c1eb58068a90a1d /src
parente353639d6376f62a38edf966a586839a608f8cef (diff)
Document that QML_EXTENDED properties are practically FINAL
This is de-facto how it always was before ff0b9ec6bf817f741e3c9fefbfcd55592e9b2542. As we plan to revert back to the "original" behavior, document the FINALity of the properties so that users know how it behaves (and we could not be held responsible for this mess) Change-Id: I4afed215fd66875821b7ce8d824b81782388324b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index 5209027c84..759bb7b2c6 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -399,6 +399,8 @@
effect if the type is exposed to QML using a \l QML_ELEMENT or
\l QML_NAMED_ELEMENT() macro.
+ \warning Members of \a EXTENDED_TYPE are implicitly treated as FINAL.
+
\sa QML_ELEMENT, QML_NAMED_ELEMENT(), QML_EXTENDED_NAMESPACE(),
{Registering Extension Objects}
*/