summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/handler_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-07 16:40:55 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-04-12 18:37:29 +0000
commit7fccf4f96efab3daaeef7fceceaeea776b50ff0a (patch)
treea33eb9fd85f7d32b298d157522c5f02bf72e3bec /src/animation/backend/handler_p.h
parent90667286d9ab851f6735fc53dd7aaa3881167b3d (diff)
Rename AnimationClipLoader to AnimationClip
It handles both loadign from file and from data constructed using the public API. Change-Id: Ic9e71dc60c36869548323312f7129df6c9edd763 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/animation/backend/handler_p.h')
-rw-r--r--src/animation/backend/handler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/handler_p.h b/src/animation/backend/handler_p.h
index dcabf6088..52892f9d0 100644
--- a/src/animation/backend/handler_p.h
+++ b/src/animation/backend/handler_p.h
@@ -63,7 +63,7 @@ class tst_Handler;
namespace Qt3DAnimation {
namespace Animation {
-class AnimationClipLoader;
+class AnimationClip;
class AnimationClipLoaderManager;
class ClipAnimator;
class ClipAnimatorManager;