aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2023-01-19 11:26:27 +0100
committerMatthias Rauter <matthias.rauter@qt.io>2023-01-24 00:15:43 +0100
commit9d6ca5022b5bc5c2b896de4c17a18b98eb4478c5 (patch)
treeb17818199a33d4e7995d143c11c6aadeab319d1c
parent0182270a9e500346d88c84b6418046bd22f756b3 (diff)
Fix type of QtQuick::BoundaryRule::easing in documentation
Change-Id: I86ba0659fcd5a0c38b664738b9e0b3b28562dbf5 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit d09a0778e1c243be8931c3bec95c8970ace95f7b)
-rw-r--r--src/labs/animation/qquickboundaryrule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/animation/qquickboundaryrule.cpp b/src/labs/animation/qquickboundaryrule.cpp
index 4bb0d5ee21..08fa5f56ac 100644
--- a/src/labs/animation/qquickboundaryrule.cpp
+++ b/src/labs/animation/qquickboundaryrule.cpp
@@ -384,7 +384,7 @@ bool QQuickBoundaryRule::returnToBounds()
}
/*!
- \qmlproperty qreal QtQuick::BoundaryRule::easing
+ \qmlproperty enumeration QtQuick::BoundaryRule::easing
This property holds the easing curve to be applied in overshoot mode
(whenever the \l minimum or \l maximum constraint is violated, while