From 21c87018a093a361d92f573bc1b4cb96ed1e1160 Mon Sep 17 00:00:00 2001 From: Mats Honkamaa Date: Fri, 4 Oct 2019 11:29:07 +0300 Subject: Doc: Add inherits tags to ClipAnimator and BlendedClipAnimator Task-number: QTBUG-78485 Change-Id: Ic80a17b40c9ee81fd7bac2e669e729358c19c340 Reviewed-by: Mike Krus --- src/animation/frontend/qblendedclipanimator.cpp | 1 + src/animation/frontend/qclipanimator.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/animation/frontend/qblendedclipanimator.cpp b/src/animation/frontend/qblendedclipanimator.cpp index 388144c81..c48706606 100644 --- a/src/animation/frontend/qblendedclipanimator.cpp +++ b/src/animation/frontend/qblendedclipanimator.cpp @@ -56,6 +56,7 @@ QBlendedClipAnimatorPrivate::QBlendedClipAnimatorPrivate() \qmltype BlendedClipAnimator \instantiates Qt3DAnimation::QBlendedClipAnimator \inqmlmodule Qt3D.Animation + \inherits AbstractClipAnimator \since 5.9 \brief BlendedClipAnimator is a component providing animation playback capabilities of a tree diff --git a/src/animation/frontend/qclipanimator.cpp b/src/animation/frontend/qclipanimator.cpp index 398758820..03510aa93 100644 --- a/src/animation/frontend/qclipanimator.cpp +++ b/src/animation/frontend/qclipanimator.cpp @@ -66,6 +66,7 @@ bool QClipAnimatorPrivate::canPlay() const \qmltype ClipAnimator \instantiates Qt3DAnimation::QClipAnimator \inqmlmodule Qt3D.Animation + \inherits AbstractClipAnimator \since 5.9 \brief ClipAnimator is a component providing simple animation playback capabilities. -- cgit v1.2.3