diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-20 13:24:26 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-20 13:31:05 (GMT) |
commit | 45846eea8c57133cf2075e3c393d2765081cbaff (patch) | |
tree | dbf2bcc8311cb32d3504c3b7e4b88df3c3cef772 /bin | |
parent | 51e0bd2d1f1325081e7aff9ee0b51c0e8a4a49bd (diff) | |
download | Qt-45846eea8c57133cf2075e3c393d2765081cbaff.zip Qt-45846eea8c57133cf2075e3c393d2765081cbaff.tar.gz Qt-45846eea8c57133cf2075e3c393d2765081cbaff.tar.bz2 |
remove QItemAnimation and add the interpolator for QColor
Diffstat (limited to 'bin')
-rw-r--r-- | bin/snapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/snapshot b/bin/snapshot index 6ccaba7..fa9a2ac 100644 --- a/bin/snapshot +++ b/bin/snapshot @@ -39,6 +39,7 @@ my @files = ( "corelib/animation/qsequentialanimationgroup.cpp", "corelib/animation/qsequentialanimationgroup.h", "corelib/animation/qsequentialanimationgroup_p.h", + "gui/animation/qguivariantanimation.cpp", "corelib/statemachine/statemachine.pri", "corelib/statemachine/qabstractstate.cpp", "corelib/statemachine/qabstractstate.h", |