From a6b7a613c79b94efe4908eb161b419e34ee46224 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 9 Aug 2023 12:41:15 +0200 Subject: [PATCH] Fix typo in core animation docs Change-Id: I9fdab0e3969a4d89695c70c4e44a8018a141c6bb Reviewed-by: Fabian Kosmale (cherry picked from commit 4f686b7b78552282e47fce7640f0154efe091077) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/animation.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/src/animation.qdoc b/src/corelib/doc/src/animation.qdoc index 28f88c907a4..3d6c1eefa21 100644 --- a/src/corelib/doc/src/animation.qdoc +++ b/src/corelib/doc/src/animation.qdoc @@ -222,7 +222,7 @@ A QPropertyAnimation should always have a parent that controls its lifespan. A typical application may include several animations that are grouped, where the animation group takes ownership of those animations. - An independent QProperyAnimation must be explicitly assigned a parent to + An independent QPropertyAnimation must be explicitly assigned a parent to control its lifespan. In the following example, you can see that an independent QPropertyAnimation has the QApplication instance as its parent: