diff options
author | Paul Wicking <[email protected]> | 2024-08-20 09:36:38 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2024-08-20 10:48:23 +0000 |
commit | a464ff5bfa15201de64d05121dc192dbd4655890 (patch) | |
tree | bc861af3a8e6ccaf2ed6a20afaa8c9977ad72957 /src/labs/models/qqmltablemodel.cpp | |
parent | f9dc5415a14dc77f9489fba92e742f6e28b3c7d0 (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/labs/models/qqmltablemodel.cpp')
-rw-r--r-- | src/labs/models/qqmltablemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/models/qqmltablemodel.cpp b/src/labs/models/qqmltablemodel.cpp index 5f31352cf9..26a61817fd 100644 --- a/src/labs/models/qqmltablemodel.cpp +++ b/src/labs/models/qqmltablemodel.cpp @@ -13,7 +13,7 @@ Q_STATIC_LOGGING_CATEGORY(lcTableModel, "qt.qml.tablemodel") /*! \qmltype TableModel -//! \instantiates QQmlTableModel +//! \nativetype QQmlTableModel \inqmlmodule Qt.labs.qmlmodels \brief Encapsulates a simple table model. \since 5.14 |