summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qanimationcliploader/qanimationcliploader.pro
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-0/+12
Introduced an abstract base class for types of animation clip. Also renamed QAnimationClip to QAnimationClipLoader since it loads data from files. Also renamed corresponding backend type and fixed up unit tests accordingly. Task-number: QTBUG-58898 Change-Id: I01a96e108cbbcd12e01913693e96610598965018 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>