aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qquickpackage.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-08 09:04:15 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-09 15:59:17 +0000
commit9aa13dd02b27fd39f624c824551fd0d520f9ffb6 (patch)
tree66c9f14686028cf4d2fdf78ee82b0989fc85d3ab /src/qmlmodels/qquickpackage.cpp
parentcae72d4e819432e51737266db1182854b28648d7 (diff)
Doc: Use correct module identifiers in \qmlproperty commands
Multiple \qmlproperty commands used a QML module identifier different to what their parent \qmltype uses in \inqmlmodule. With upcoming changes to QDoc these will result in documentation warnings. Pick-to: 6.6 6.5 Change-Id: I07cde85801506b374a9781ae79d211813d5dad4f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/qmlmodels/qquickpackage.cpp')
-rw-r--r--src/qmlmodels/qquickpackage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/qquickpackage.cpp b/src/qmlmodels/qquickpackage.cpp
index 5526f00c68..9721e21de8 100644
--- a/src/qmlmodels/qquickpackage.cpp
+++ b/src/qmlmodels/qquickpackage.cpp
@@ -42,7 +42,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlattachedproperty string QtQuick::Package::name
+ \qmlattachedproperty string QtQml.Models::Package::name
This attached property holds the name of an item within a Package.
*/