aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-03-01 14:45:40 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-01 10:02:56 +0000
commit0bd7c8539d412cb32c9c26473e5b08dacb68a2b8 (patch)
treef85557def5bb24e9b34100213fc4f66f4b679dab
parente255074950130e7a5c763b4c8663acbb24190da5 (diff)
Doc: fix grammar of PropertyAnimation section title
Also use sentence case while we're at it. Amends 44dd79eedae174af3474f6317327a09af0de177a. Change-Id: I7cbc35bde6f398c4b774627a6f214e302e620efa Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 2217d50cbf0eb9109aff556a02345ce03a6bed49) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/util/qquickanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp
index 509026192f..2301e0780b 100644
--- a/src/quick/util/qquickanimation.cpp
+++ b/src/quick/util/qquickanimation.cpp
@@ -2084,7 +2084,7 @@ void QQuickBulkValueAnimator::debugAnimation(QDebug d) const
Note that PropertyAnimation inherits the abstract \l Animation type.
This includes additional properties and methods for controlling the animation.
- \section1 Modifying Properties Duration Animations
+ \section1 Modifying running animations
Since Qt 6.4, it is possible to set the \l from, \l to, \l duration, and
\l easing properties on a top-level animation while it is running. The