diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 01:06:47 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 01:06:47 (GMT) |
commit | a5175813f9e5c291c57c68f91bcd54882c08795f (patch) | |
tree | aa75eef2fcc9a46e6e6ef9a1cc4a80eae382029d /src/declarative/timeline/timeline.pri | |
parent | 0ef80e4c17595e04db3926be09b504acf1e02075 (diff) | |
download | Qt-a5175813f9e5c291c57c68f91bcd54882c08795f.zip Qt-a5175813f9e5c291c57c68f91bcd54882c08795f.tar.gz Qt-a5175813f9e5c291c57c68f91bcd54882c08795f.tar.bz2 |
Replace the use of the obsolete GfxEasing with QEasingCurve.
Diffstat (limited to 'src/declarative/timeline/timeline.pri')
-rw-r--r-- | src/declarative/timeline/timeline.pri | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/declarative/timeline/timeline.pri b/src/declarative/timeline/timeline.pri index 8994c78..0a0875c 100644 --- a/src/declarative/timeline/timeline.pri +++ b/src/declarative/timeline/timeline.pri @@ -1,9 +1,7 @@ SOURCES += \ - timeline/gfxeasing.cpp \ - timeline/gfxtimeline.cpp \ + timeline/qmltimeline.cpp \ HEADERS += \ - timeline/gfxeasing.h \ - timeline/gfxtimeline.h \ + timeline/qmltimeline.h \ timeline/gfxvalueproxy.h \ |