aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-22 01:36:44 +0300
committerIvan Tkachenko <me@ratijas.tk>2021-10-26 21:35:51 +0300
commit19fc7cfc5c46392487519ffd12f189a71a2a92be (patch)
tree7e4d2dc84f7b564306b5fba201149bfe4221330d /src/qml/types
parentffe80b72367083348abffabef3c565e8f10c4865 (diff)
Doc: Replace non-existent \qmlproperty any type
Change-Id: I79f1b6fac5933fe13b2dda0436f95da91b2c6d8e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/types')
-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 e0bfa5703d..1be763d9f5 100644
--- a/src/qml/types/qqmlbind.cpp
+++ b/src/qml/types/qqmlbind.cpp
@@ -296,7 +296,7 @@ void QQmlBind::setProperty(const QString &p)
}
/*!
- \qmlproperty any QtQml::Binding::value
+ \qmlproperty var QtQml::Binding::value
The value to be set on the target object and property. This can be a
constant (which isn't very useful), or a bound expression.