doc: Fix a couple of typos that cause broken links

Pick-to: 6.8
Change-Id: I7f9aafa12d98475fc28230fcb25ba6a4570889aa
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
(cherry picked from commit 3c4ec4de1426e42055a09cbe37b7ea2448da4943)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
David Boddie 2025-02-10 17:51:16 +01:00 committed by Qt Cherry-pick Bot
parent 80b39d24ec
commit 3009ca730d

View File

@ -47,7 +47,7 @@
The framework further provides the QVariantAnimation and The framework further provides the QVariantAnimation and
QAnimationGroup classes, which build on their base case, QAbstractAnimation. QAnimationGroup classes, which build on their base case, QAbstractAnimation.
Next in the hierarchy is QPropertyAnimation, which is derived from Next in the hierarchy is QPropertyAnimation, which is derived from
QVariantAnmiation, and it lets you animate a Qt property of a widget or QVariantAnimation, and it lets you animate a Qt property of a widget or
QObject. The class performs interpolation on the property value using an QObject. The class performs interpolation on the property value using an
easing curve. With these in place, you just need a QObject class with a easing curve. With these in place, you just need a QObject class with a
Qt property value that you can animate. Qt property value that you can animate.
@ -100,7 +100,7 @@
It uses the linear interpolation method to control the speed of It uses the linear interpolation method to control the speed of
animation between the start and end values. Try adding another value animation between the start and end values. Try adding another value
in--between the start and end value to see how they are interpolated. in--between the start and end value to see how they are interpolated.
This time use the QPropertyAnimation::setKeyValueAt function to add This time use the QPropertyAnimation::setKeyValueAt() function to add
these values: these values:
\code \code