aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/types/qqmlbind.cpp2
-rw-r--r--src/quick/items/qquickrectangle.cpp2
-rw-r--r--src/quick/items/qquickrepeater.cpp2
-rw-r--r--src/quick/util/qquickanimation.cpp2
4 files changed, 4 insertions, 4 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.
diff --git a/src/quick/items/qquickrectangle.cpp b/src/quick/items/qquickrectangle.cpp
index ce570a743c..2e0c75f1e1 100644
--- a/src/quick/items/qquickrectangle.cpp
+++ b/src/quick/items/qquickrectangle.cpp
@@ -397,7 +397,7 @@ QQuickPen *QQuickRectangle::border()
}
/*!
- \qmlproperty any QtQuick::Rectangle::gradient
+ \qmlproperty var QtQuick::Rectangle::gradient
The gradient to use to fill the rectangle.
diff --git a/src/quick/items/qquickrepeater.cpp b/src/quick/items/qquickrepeater.cpp
index 474c58652e..3703bb38cf 100644
--- a/src/quick/items/qquickrepeater.cpp
+++ b/src/quick/items/qquickrepeater.cpp
@@ -161,7 +161,7 @@ QQuickRepeater::~QQuickRepeater()
}
/*!
- \qmlproperty any QtQuick::Repeater::model
+ \qmlproperty var QtQuick::Repeater::model
The model providing data for the repeater.
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,