aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlbind.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/qml/types/qqmlbind.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/qml/types/qqmlbind.cpp')
-rw-r--r--src/qml/types/qqmlbind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlbind.cpp b/src/qml/types/qqmlbind.cpp
index 97c809611a..cb2da29c10 100644
--- a/src/qml/types/qqmlbind.cpp
+++ b/src/qml/types/qqmlbind.cpp
@@ -384,7 +384,7 @@ void QQmlBindPrivate::validate(QQmlBind *q) const
The Binding type restores any previously set direct bindings on the
property.
- \sa {Qt QML}
+ \sa {Qt Qml}
*/
QQmlBind::QQmlBind(QObject *parent)
: QObject(*(new QQmlBindPrivate), parent)