diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-23 01:50:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-23 01:50:48 (GMT) |
commit | 28cec90fd8740f1d47010d99699f86ac014e9926 (patch) | |
tree | d3ff8dd0eec3bf5c6536960650490cb4cc382396 /src/declarative/timeline/gfxtimeline.cpp | |
parent | 0e8b82bc7b9b0d88e8cc4a4d293851795d35950a (diff) | |
download | Qt-28cec90fd8740f1d47010d99699f86ac014e9926.zip Qt-28cec90fd8740f1d47010d99699f86ac014e9926.tar.gz Qt-28cec90fd8740f1d47010d99699f86ac014e9926.tar.bz2 |
Merge in changes to old kinetic-dui branch.
Diffstat (limited to 'src/declarative/timeline/gfxtimeline.cpp')
-rw-r--r-- | src/declarative/timeline/gfxtimeline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/timeline/gfxtimeline.cpp b/src/declarative/timeline/gfxtimeline.cpp index 36b18d0..3e84df8 100644 --- a/src/declarative/timeline/gfxtimeline.cpp +++ b/src/declarative/timeline/gfxtimeline.cpp @@ -261,7 +261,7 @@ qreal QmlTimeLinePrivate::value(const Op &op, int time, qreal base, bool *change /*! \class QmlTimeLine - \ingroup animation + \ingroup group_animation \brief The QmlTimeLine class provides a timeline for controlling animations. QmlTimeLine is similar to QTimeLine except: @@ -872,7 +872,7 @@ void QmlTimeLine::remove(QmlTimeLineObject *v) /*! \class GfxValue - \ingroup animation + \ingroup group_animation \brief The GfxValue class is modified by QmlTimeLine. */ |