diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:06 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:06 (GMT) |
commit | d40df4790d6c8f6b6572c46c91ec058c86b44942 (patch) | |
tree | c430b0639ae6642d341258160c9d90f057c6bd9c /src/declarative/timeline/qmltimeline.cpp | |
parent | e93e5076e11a7a9cfdd4b9cb1a2d4dbf1f579177 (diff) | |
download | Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.zip Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.gz Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.bz2 |
Doc work.
Diffstat (limited to 'src/declarative/timeline/qmltimeline.cpp')
-rw-r--r-- | src/declarative/timeline/qmltimeline.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/declarative/timeline/qmltimeline.cpp b/src/declarative/timeline/qmltimeline.cpp index 3fa0161..dcc8745 100644 --- a/src/declarative/timeline/qmltimeline.cpp +++ b/src/declarative/timeline/qmltimeline.cpp @@ -51,10 +51,6 @@ QT_BEGIN_NAMESPACE -// -// Timeline stuff -// - struct Update { Update(QmlTimeLineValue *_g, qreal _v) : g(_g), v(_v) {} @@ -868,9 +864,10 @@ void QmlTimeLine::remove(QmlTimeLineObject *v) } /*! + \internal \class QmlTimeLineValue \ingroup group_animation - \brief The QmlTimeLineValue class is modified by QmlTimeLine. + \brief The QmlTimeLineValue class provides a value that can be modified by QmlTimeLine. */ /*! |