aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmlobjectmodel.cpp
diff options
context:
space:
mode:
authorPaul Wicking <[email protected]>2024-08-20 09:36:38 +0200
committerPaul Wicking <[email protected]>2024-08-20 10:48:23 +0000
commita464ff5bfa15201de64d05121dc192dbd4655890 (patch)
treebc861af3a8e6ccaf2ed6a20afaa8c9977ad72957 /src/qmlmodels/qqmlobjectmodel.cpp
parentf9dc5415a14dc77f9489fba92e742f6e28b3c7d0 (diff)
Doc: Replace \instantiates with \nativetype
Since the implementation of the `\nativetype`-command in QDoc, the `\instantiates`-command is deprecated. Replace the use of the deprecated command in favor of its replacement. Pick-to: 6.8 Task-number: QTBUG-128216 Change-Id: I23d9f66d3f6db2e5f827d7868497a432bb9b0626 Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'src/qmlmodels/qqmlobjectmodel.cpp')
-rw-r--r--src/qmlmodels/qqmlobjectmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/qqmlobjectmodel.cpp b/src/qmlmodels/qqmlobjectmodel.cpp
index fb98b330d9..fc63d5004e 100644
--- a/src/qmlmodels/qqmlobjectmodel.cpp
+++ b/src/qmlmodels/qqmlobjectmodel.cpp
@@ -163,7 +163,7 @@ Q_DECLARE_TYPEINFO(QQmlObjectModelPrivate::Item, Q_PRIMITIVE_TYPE);
/*!
\qmltype ObjectModel
- \instantiates QQmlObjectModel
+ \nativetype QQmlObjectModel
\inqmlmodule QtQml.Models
\ingroup qtquick-models
\brief Defines a set of items to be used as a model.