Fix typo in core animation docs
Pick-to: 6.2 6.5 6.6 Change-Id: I9fdab0e3969a4d89695c70c4e44a8018a141c6bb Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>bb10
parent
91f5f44b13
commit
4f686b7b78
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue