diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-30 11:33:23 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-30 11:33:23 (GMT) |
commit | e2f9eb037dfd26e02cad8a31a499a9c92a315d8b (patch) | |
tree | 2a4f69656d8f7624dcbf79b420af6868f81bb843 /src/corelib | |
parent | 488d2f6012c13291d2a8fe7907c332e2ab1b1b15 (diff) | |
download | Qt-e2f9eb037dfd26e02cad8a31a499a9c92a315d8b.zip Qt-e2f9eb037dfd26e02cad8a31a499a9c92a315d8b.tar.gz Qt-e2f9eb037dfd26e02cad8a31a499a9c92a315d8b.tar.bz2 |
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qeasingcurve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index a1a0d1f..da86442 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -53,7 +53,7 @@ /*! \class QEasingCurve - \ingroup animation + \ingroup group_animation \brief The QEasingCurve class provides easing curves for controlling animation. Easing curves describe a function that controls how the speed of the interpolation |