diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2023-09-08 14:10:12 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2023-09-09 08:07:12 +0200 |
| commit | eac67c26f2fc744873d702885ddc85996f6338a7 (patch) | |
| tree | 8c51f01d2c89c1d1088e089c2a2217b363aad0d3 | |
| parent | 0cea930c829e59362515e1c800ae8daaa6271df4 (diff) | |
QQmlJSScope: Mark internal documentation as internal
Change-Id: I12ef1ad0315c609af7059c58e77196eba4f5fd92
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
(cherry picked from commit 145e21fc2493e3ff104029935cca3f1793fe8767)
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
| -rw-r--r-- | src/qmlcompiler/qqmljsscope.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmlcompiler/qqmljsscope.cpp b/src/qmlcompiler/qqmljsscope.cpp index 9589d4230e..281ff83f4e 100644 --- a/src/qmlcompiler/qqmljsscope.cpp +++ b/src/qmlcompiler/qqmljsscope.cpp @@ -228,6 +228,7 @@ QString QQmlJSScope::prettyName(QAnyStringView name) } /*! + \internal Returns if assigning \a assignedType to \a property would require an implicit component wrapping. */ |
