diff options
| author | Ivan Tkachenko <me@ratijas.tk> | 2021-10-22 01:36:44 +0300 |
|---|---|---|
| committer | Ivan Tkachenko <me@ratijas.tk> | 2021-10-26 21:35:51 +0300 |
| commit | 19fc7cfc5c46392487519ffd12f189a71a2a92be (patch) | |
| tree | 7e4d2dc84f7b564306b5fba201149bfe4221330d /src/quick/util/qquickanimation.cpp | |
| parent | ffe80b72367083348abffabef3c565e8f10c4865 (diff) | |
Doc: Replace non-existent \qmlproperty any type
Change-Id: I79f1b6fac5933fe13b2dda0436f95da91b2c6d8e
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/quick/util/qquickanimation.cpp')
| -rw-r--r-- | src/quick/util/qquickanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp index 6605788ede..1f067c4943 100644 --- a/src/quick/util/qquickanimation.cpp +++ b/src/quick/util/qquickanimation.cpp @@ -1177,7 +1177,7 @@ QQmlListProperty<QObject> QQuickPropertyAction::exclude() } /*! - \qmlproperty any QtQuick::PropertyAction::value + \qmlproperty var QtQuick::PropertyAction::value This property holds the value to be set on the property. If the PropertyAction is defined within a \l Transition or \l Behavior, |
