summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChip Collier <gregory.collier@kdab.com>2017-07-24 17:06:44 +0200
committerSean Harmer <sean.harmer@kdab.com>2017-08-02 14:34:52 +0000
commit4392fa4df4a8f4623dd3ff881f2dd03c94b50c30 (patch)
tree7435dcc724b6c93c5cb0524cfce541e83c480c51 /.gitignore
parent2dcc0f8fdd118acdb00b3958b6c230415fd28ca5 (diff)
Fix Qt3DAnimation::Animation::Clock::playbackRate
Fixes a small bug, removes unused properties from the clock node (`startTime`) and changes the type of the `playbackRate` property from `float` to `double` to match the rest of the animation aspect. QClockPrivate is no longer responsible for emitting the playbackRateChanged signal. Tests updated to account for this. [ChangeLog][Qt3DAnimation][Bugfix] The backend node (`Qt3DAnimation::Animation::Clock`) had an incorrect return type specified (`int` instead of `float`) which was narrowing the actual value during the evaluation of associated animation clips. Change-Id: I53ec78ba289cafcd2055582bee23ff1fc3481317 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 17ab804c9..2f8201bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ doc/qt3d
*~
*.user
*.user.*
+.dir-locals.el
src/quick3d/qt3dquickversion.h
src/threed/qt3dversion.h
tmp