aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistmodel.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-10-20 14:37:42 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-12-01 12:57:28 +0000
commit72c825e685229a2b747f1d79216ef3c6d3304de8 (patch)
tree9dd48571d38a847e2a8a31229ca6ee307979dffe /src/qmlmodels/qqmllistmodel.cpp
parent39793d56e004279d81c6a1191bb7b24c83ae0b8a (diff)
Doc: Fix linking to Qt Qml module
The module landing page has been renamed in af0539c7bb6f46e89523054c09d5d846ae55f355. The correct link target is 'Qt Qml'. Change-Id: I4a13348948fe1577e7a62edbb49a0d99f9695322 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlmodels/qqmllistmodel.cpp')
-rw-r--r--src/qmlmodels/qqmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/qqmllistmodel.cpp b/src/qmlmodels/qqmllistmodel.cpp
index 0ae29aa20a..a6e70ee6e5 100644
--- a/src/qmlmodels/qqmllistmodel.cpp
+++ b/src/qmlmodels/qqmllistmodel.cpp
@@ -2009,7 +2009,7 @@ void DynamicRoleModelNodeMetaObject::propertyWritten(int index)
You must call sync() or else the changes made to the list from that
thread will not be reflected in the list model in the main thread.
- \sa {qml-data-models}{Data Models}, {Qt QML}
+ \sa {qml-data-models}{Data Models}, {Qt Qml}
*/
QQmlListModel::QQmlListModel(QObject *parent)